From 29df349b487cdc5efa0240a2f73b29ec36c75f56 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:47:29 +0000 Subject: [PATCH] thepiratebay: update proxies --- src/Jackett.Common/Indexers/ThePirateBay.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Indexers/ThePirateBay.cs b/src/Jackett.Common/Indexers/ThePirateBay.cs index 396fc908f..b5f15eeb0 100644 --- a/src/Jackett.Common/Indexers/ThePirateBay.cs +++ b/src/Jackett.Common/Indexers/ThePirateBay.cs @@ -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/");