mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
morethantv: new domain *.me resolves #9670
This commit is contained in:
@@ -22,6 +22,10 @@ namespace Jackett.Common.Indexers
|
|||||||
[ExcludeFromCodeCoverage]
|
[ExcludeFromCodeCoverage]
|
||||||
public class MoreThanTV : BaseWebIndexer
|
public class MoreThanTV : BaseWebIndexer
|
||||||
{
|
{
|
||||||
|
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||||
|
"https://www.morethan.tv/",
|
||||||
|
};
|
||||||
|
|
||||||
private string LoginUrl => SiteLink + "login.php";
|
private string LoginUrl => SiteLink + "login.php";
|
||||||
private string SearchUrl => SiteLink + "ajax.php?action=browse&searchstr=";
|
private string SearchUrl => SiteLink + "ajax.php?action=browse&searchstr=";
|
||||||
private string DownloadUrl => SiteLink + "torrents.php?action=download&id=";
|
private string DownloadUrl => SiteLink + "torrents.php?action=download&id=";
|
||||||
@@ -33,7 +37,7 @@ namespace Jackett.Common.Indexers
|
|||||||
: base(id: "morethantv",
|
: base(id: "morethantv",
|
||||||
name: "MoreThanTV",
|
name: "MoreThanTV",
|
||||||
description: "Private torrent tracker for TV / MOVIES, and the internal tracker for the release group DRACULA.",
|
description: "Private torrent tracker for TV / MOVIES, and the internal tracker for the release group DRACULA.",
|
||||||
link: "https://www.morethan.tv/",
|
link: "https://www.morethantv.me/",
|
||||||
caps: new TorznabCapabilities(
|
caps: new TorznabCapabilities(
|
||||||
TorznabCatType.Movies,
|
TorznabCatType.Movies,
|
||||||
TorznabCatType.TV,
|
TorznabCatType.TV,
|
||||||
|
Reference in New Issue
Block a user