Private GIT

Skip to content
Snippets Groups Projects
Commit 264fc995 authored by flightlevel's avatar flightlevel
Browse files

Merge pull request #307 from flightlevel/ttn_url

TTN: Update search url
parents a5b1332f acc75acb
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment