Skip to content

Commit

Permalink
thepiratebay: update proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Dec 20, 2020
1 parent 7bf6653 commit 29df349
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Jackett.Common/Indexers/ThePirateBay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public class ThePirateBay : BaseWebIndexer
{
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/",
Expand All @@ -32,7 +31,8 @@ public class ThePirateBay : BaseWebIndexer
"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; } = {
Expand All @@ -50,7 +50,8 @@ public class ThePirateBay : BaseWebIndexer
"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/");
Expand Down

0 comments on commit 29df349

Please sign in to comment.