[epublibre] Add alternative unblock site (#9881)

epublibre is blocked in some ISPs. I add the alternative unblock site to be able to use it.
This commit is contained in:
Daniel Martin Gonzalez
2020-10-18 10:12:48 +02:00
committed by GitHub
parent 54b672e8d7
commit ae650b3835

View File

@@ -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",