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
@@ -44,6 +44,11 @@ namespace Jackett.Common.Indexers
|
|||||||
{"12", "esperanto"}
|
{"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)
|
public EpubLibre(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
||||||
: base(id: "epublibre",
|
: base(id: "epublibre",
|
||||||
name: "EpubLibre",
|
name: "EpubLibre",
|
||||||
|
Reference in New Issue
Block a user