mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 02:38:08 +00:00
Update to new ThePirateBay URL
ThePirateBay changed domain, to a selection of: .mn, .gd, .la, .am, .gs. I selected .gd.
This commit is contained in:
parent
27f7ec61f0
commit
857a123162
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue