mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
lostfilm: drop *.tv domain. resolves #9537
This commit is contained in:
@@ -22,9 +22,8 @@ namespace Jackett.Common.Indexers
|
|||||||
[ExcludeFromCodeCoverage]
|
[ExcludeFromCodeCoverage]
|
||||||
internal class LostFilm : BaseWebIndexer
|
internal class LostFilm : BaseWebIndexer
|
||||||
{
|
{
|
||||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
|
||||||
"https://www.lostfilm.tv/",
|
"https://www.lostfilm.tv/",
|
||||||
"https://www.lostfilm.run/",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
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 parsePlayEpisodeRegex = new Regex("PlayEpisode\\('(?<id>\\d{1,3})(?<season>\\d{3})(?<episode>\\d{3})'\\)", RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
||||||
@@ -98,7 +97,7 @@ namespace Jackett.Common.Indexers
|
|||||||
: base(id: "lostfilm",
|
: base(id: "lostfilm",
|
||||||
name: "LostFilm.tv",
|
name: "LostFilm.tv",
|
||||||
description: "Unique portal about foreign series",
|
description: "Unique portal about foreign series",
|
||||||
link: "https://www.lostfilm.tv/",
|
link: "https://www.lostfilm.run/",
|
||||||
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
||||||
configService: configService,
|
configService: configService,
|
||||||
client: wc,
|
client: wc,
|
||||||
|
Reference in New Issue
Block a user