thepiratebay: update proxies

This commit is contained in:
ilike2burnthing 2021-03-21 04:48:03 +00:00 committed by GitHub
parent dffe9fe0cf
commit b54718b838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -22,7 +22,7 @@ namespace Jackett.Common.Indexers
{
public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://thepiratebay.org/",
"https://tpb19.ukpass.co/",
"https://tpb22.ukpass.co/",
"https://tpb.sadzawka.tk/",
"https://www.tpbay.win/",
"https://tpb.cnp.cx/",
@ -32,7 +32,7 @@ namespace Jackett.Common.Indexers
"https://piratetoday.xyz/",
"https://piratenow.xyz/",
"https://piratesbaycc.com/",
"https://pirateproxy.tube/"
"https://pirateproxy.ltda/"
};
public override string[] LegacySiteLinks { get; protected set; } = {
@ -51,7 +51,9 @@ namespace Jackett.Common.Indexers
"https://piratebayztemzmv.onion.ly/",
"https://pirateproxy.cloud/",
"https://tpb18.ukpass.co/",
"https://pirateproxy.dev/"
"https://pirateproxy.dev/",
"https://tpb19.ukpass.co/",
"https://pirateproxy.tube/"
};
private static readonly Uri _ApiBaseUri = new Uri("https://apibay.org/");