Merge pull request #51 from d2dyno/patch-4

Update to new ThePirateBay URL
This commit is contained in:
Matthew Little 2015-05-19 18:33:11 -06:00
commit 9f54f87c62
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ namespace Jackett.Indexers
public bool IsConfigured { get; private set; }
const string DefaultUrl = "https://thepiratebay.se";
const string DefaultUrl = "https://thepiratebay.gd";
const string SearchUrl = "/s/?q=\"{0}\"&category=205&page=0&orderby=99";
const string SearchUrl2 = "/s/?q=\"{0}\"&category=208&page=0&orderby=99";
const string SwitchSingleViewUrl = "/switchview.php?view=s";