1
0
Fork 0
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:
ilike2burnthing 2021-03-28 17:00:36 +01:00 committed by GitHub
parent 1db52a6522
commit fa97124bc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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