mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
LostFilm: add *.uno as an alternative sitelink (#11157)
This commit is contained in:
@@ -26,6 +26,10 @@ namespace Jackett.Common.Indexers
|
||||
"https://www.lostfilm.tv/"
|
||||
};
|
||||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://www.lostfilm.run/",
|
||||
"https://www.lostfilm.uno/"
|
||||
};
|
||||
private static readonly Regex parsePlayEpisodeRegex = new Regex("PlayEpisode\\('(?<id>\\d{1,3})(?<season>\\d{3})(?<episode>\\d{3})'\\)", RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
||||
private static readonly Regex parseReleaseDetailsRegex = new Regex("Видео:\\ (?<quality>.+).\\ Размер:\\ (?<size>.+).\\ Перевод", RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
||||
|
||||
|
Reference in New Issue
Block a user