Skip to content

Commit

Permalink
epublibre: update unblockit proxy domain *.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing authored Dec 10, 2020
1 parent 295f910 commit 7b6d53e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Jackett.Common/Indexers/EpubLibre.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ public class EpubLibre : BaseWebIndexer

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)
Expand Down

0 comments on commit 7b6d53e

Please sign in to comment.