mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 00:32:55 +02:00
epublibre: update unblockit proxy domain *.dev
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user