|
|
@ -1,4 +1,5 @@
|
|
|
|
using System;
|
|
|
|
using System;
|
|
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System.Text;
|
|
|
|
using System.Text;
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
using NzbDrone.Core.IndexerSearch.Definitions;
|
|
|
|
using NzbDrone.Core.IndexerSearch.Definitions;
|
|
|
@ -28,6 +29,8 @@ namespace NzbDrone.Core.Indexers
|
|
|
|
|
|
|
|
|
|
|
|
Task<byte[]> Download(Uri link);
|
|
|
|
Task<byte[]> Download(Uri link);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IDictionary<string, string> GrabCookies();
|
|
|
|
|
|
|
|
|
|
|
|
IndexerCapabilities GetCapabilities();
|
|
|
|
IndexerCapabilities GetCapabilities();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|