From ae650b383555cd6d9d357bd94c58ed0c4faa1c4c Mon Sep 17 00:00:00 2001 From: Daniel Martin Gonzalez Date: Sun, 18 Oct 2020 10:12:48 +0200 Subject: [PATCH] [epublibre] Add alternative unblock site (#9881) epublibre is blocked in some ISPs. I add the alternative unblock site to be able to use it. --- src/Jackett.Common/Indexers/EpubLibre.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Jackett.Common/Indexers/EpubLibre.cs b/src/Jackett.Common/Indexers/EpubLibre.cs index 1f55fb004..e48090411 100644 --- a/src/Jackett.Common/Indexers/EpubLibre.cs +++ b/src/Jackett.Common/Indexers/EpubLibre.cs @@ -43,6 +43,11 @@ namespace Jackett.Common.Indexers {"11", "portugués"}, {"12", "esperanto"} }; + + public override string[] AlternativeSiteLinks { get; protected set; } = { + "https://epublibre.org/", + "https://epublibre.unblockit.lat/" + }; public EpubLibre(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps) : base(id: "epublibre",