1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-01 12:46:23 +00:00

thepiratebay: update proxies

This commit is contained in:
ilike2burnthing 2020-12-20 21:47:29 +00:00 committed by GitHub
parent 7bf66533d7
commit 29df349b48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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