Do not use https for rarbg

This commit is contained in:
zone117x 2015-05-04 22:38:01 -06:00
parent 4aca537a92
commit 489c900e00
1 changed files with 1 additions and 1 deletions

View File

@ -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";