Added torrent downloading proxy

This commit is contained in:
zone117x
2015-04-16 21:53:52 -06:00
parent 907d556082
commit f5329d2400
6 changed files with 51 additions and 4 deletions

View File

@@ -33,5 +33,7 @@ namespace Jackett
void LoadFromSavedConfiguration(JToken jsonConfig);
Task<ReleaseInfo[]> PerformQuery(TorznabQuery query);
Task<byte[]> Download(Uri link);
}
}