mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
[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:

committed by
GitHub

parent
54b672e8d7
commit
ae650b3835
@@ -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",
|
||||
|
Reference in New Issue
Block a user