From 7b6d53e4fcacb0922368b3845b6142b12604606a Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Thu, 10 Dec 2020 23:07:51 +0000 Subject: [PATCH] epublibre: update unblockit proxy domain *.dev --- src/Jackett.Common/Indexers/EpubLibre.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/EpubLibre.cs b/src/Jackett.Common/Indexers/EpubLibre.cs index d86b05e6e..3a2487db1 100644 --- a/src/Jackett.Common/Indexers/EpubLibre.cs +++ b/src/Jackett.Common/Indexers/EpubLibre.cs @@ -45,11 +45,12 @@ namespace Jackett.Common.Indexers public override string[] AlternativeSiteLinks { get; protected set; } = { "https://epublibre.org/", - "https://epublibre.unblockit.app/" + "https://epublibre.unblockit.dev/" }; public override string[] LegacySiteLinks { get; protected set; } = { - "https://epublibre.unblockit.lat/" + "https://epublibre.unblockit.lat/", + "https://epublibre.unblockit.app/" }; public EpubLibre(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)