mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
assorted: *.unblockit.ltd -> *.link
This commit is contained in:
@@ -45,13 +45,14 @@ namespace Jackett.Common.Indexers
|
||||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://epublibre.org/",
|
||||
"https://epublibre.unblockit.ltd/"
|
||||
"https://epublibre.unblockit.link/"
|
||||
};
|
||||
|
||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||
"https://epublibre.unblockit.lat/",
|
||||
"https://epublibre.unblockit.app/",
|
||||
"https://epublibre.unblockit.dev/"
|
||||
"https://epublibre.unblockit.dev/",
|
||||
"https://epublibre.unblockit.ltd/"
|
||||
};
|
||||
|
||||
public EpubLibre(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
|
||||
|
Reference in New Issue
Block a user