mirror of
https://github.com/Jackett/Jackett
synced 2025-03-12 07:04:22 +00:00
Do not use https for rarbg
This commit is contained in:
parent
4aca537a92
commit
489c900e00
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace Jackett.Indexers
|
|||
|
||||
public bool IsConfigured { get; private set; }
|
||||
|
||||
const string DefaultUrl = "https://torrentapi.org";
|
||||
const string DefaultUrl = "http://torrentapi.org";
|
||||
|
||||
const string TokenUrl = "/pubapi.php?get_token=get_token&format=json";
|
||||
const string SearchTVRageUrl = "/pubapi.php?mode=search&search_tvrage={0}&token={1}&format=json&min_seeders=1";
|
||||
|
|
Loading…
Add table
Reference in a new issue