From b54718b838e77084a210e6b263558b541ab8dee6 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 21 Mar 2021 04:48:03 +0000 Subject: [PATCH] thepiratebay: update proxies --- src/Jackett.Common/Indexers/ThePirateBay.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Indexers/ThePirateBay.cs b/src/Jackett.Common/Indexers/ThePirateBay.cs index b5f15eeb0..75236d817 100644 --- a/src/Jackett.Common/Indexers/ThePirateBay.cs +++ b/src/Jackett.Common/Indexers/ThePirateBay.cs @@ -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/");