TorrentLeech: add v4 site link to legacy list

This commit is contained in:
kaso17 2018-04-23 18:19:50 +02:00
parent 0037811fb5
commit d29132a540
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ namespace Jackett.Common.Indexers
{
public class TorrentLeech : BaseWebIndexer
{
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
"https://v4.torrentleech.org/",
};
private string LoginUrl { get { return SiteLink + "user/account/login/"; } }
private string SearchUrl { get { return SiteLink + "torrents/browse/list/"; } }