TTN: Update search url

TTN: Update search url
This commit is contained in:
flightlevel 2016-04-13 21:33:14 +10:00
parent 23737d3b19
commit acc75acb9c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace Jackett.Indexers
public class TransmitheNet : BaseIndexer, IIndexer
{
private string LoginUrl { get { return SiteLink + "login.php"; } }
private string SearchUrl { get { return SiteLink + "torrents.php"; } }
private string SearchUrl { get { return SiteLink + "torrents.php?action=basic&order_by=time&order_way=desc&search_type=0&taglist=&tags_type=0"; } }
new ConfigurationDataBasicLogin configData
{