mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
epublibre: update unblockit proxy domain *.dev
This commit is contained in:
parent
295f910ad7
commit
7b6d53e4fc
1 changed files with 3 additions and 2 deletions
|
@ -45,11 +45,12 @@ namespace Jackett.Common.Indexers
|
|||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://epublibre.org/",
|
||||
"https://epublibre.unblockit.app/"
|
||||
"https://epublibre.unblockit.dev/"
|
||||
};
|
||||
|
||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||
"https://epublibre.unblockit.lat/"
|
||||
"https://epublibre.unblockit.lat/",
|
||||
"https://epublibre.unblockit.app/"
|
||||
};
|
||||
|
||||
public EpubLibre(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
||||
|
|
Loading…
Reference in a new issue