diff --git a/src/Jackett.Common/Indexers/EpubLibre.cs b/src/Jackett.Common/Indexers/EpubLibre.cs index d86b05e6e..3a2487db1 100644 --- a/src/Jackett.Common/Indexers/EpubLibre.cs +++ b/src/Jackett.Common/Indexers/EpubLibre.cs @@ -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)