mirror of
https://github.com/Jackett/Jackett
synced 2024-12-27 18:29:47 +00:00
epublibre: change domain www.*
certificate is for *.epublibre.org therefore https://epublibre.org/ is invalid
This commit is contained in:
parent
1db52a6522
commit
fa97124bc7
1 changed files with 4 additions and 3 deletions
|
@ -44,7 +44,7 @@ namespace Jackett.Common.Indexers
|
||||||
};
|
};
|
||||||
|
|
||||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||||
"https://epublibre.org/",
|
"https://www.epublibre.org/",
|
||||||
"https://epublibre.unblockit.buzz/"
|
"https://epublibre.unblockit.buzz/"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -53,7 +53,8 @@ namespace Jackett.Common.Indexers
|
||||||
"https://epublibre.unblockit.app/",
|
"https://epublibre.unblockit.app/",
|
||||||
"https://epublibre.unblockit.dev/",
|
"https://epublibre.unblockit.dev/",
|
||||||
"https://epublibre.unblockit.ltd/",
|
"https://epublibre.unblockit.ltd/",
|
||||||
"https://epublibre.unblockit.link/"
|
"https://epublibre.unblockit.link/",
|
||||||
|
"https://epublibre.org/"
|
||||||
};
|
};
|
||||||
|
|
||||||
public EpubLibre(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
|
public EpubLibre(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
|
||||||
|
@ -61,7 +62,7 @@ namespace Jackett.Common.Indexers
|
||||||
: base(id: "epublibre",
|
: base(id: "epublibre",
|
||||||
name: "EpubLibre",
|
name: "EpubLibre",
|
||||||
description: "Más libros, Más libres",
|
description: "Más libros, Más libres",
|
||||||
link: "https://epublibre.org/",
|
link: "https://www.epublibre.org/",
|
||||||
caps: new TorznabCapabilities
|
caps: new TorznabCapabilities
|
||||||
{
|
{
|
||||||
BookSearchParams = new List<BookSearchParam>
|
BookSearchParams = new List<BookSearchParam>
|
||||||
|
|
Loading…
Reference in a new issue