mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
assorted: update unblockit proxy domain to *.li (#11886)
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Jackett.Common.Indexers
|
||||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://www.epublibre.org/",
|
||||
"https://epublibre.unblockit.onl/"
|
||||
"https://epublibre.unblockit.li/"
|
||||
};
|
||||
|
||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||
@@ -56,7 +56,8 @@ namespace Jackett.Common.Indexers
|
||||
"https://epublibre.unblockit.link/",
|
||||
"https://epublibre.unblockit.buzz/",
|
||||
"https://epublibre.unblockit.club/",
|
||||
"https://epublibre.org/"
|
||||
"https://epublibre.org/",
|
||||
"https://epublibre.unblockit.onl/"
|
||||
};
|
||||
|
||||
public EpubLibre(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
|
||||
|
Reference in New Issue
Block a user