TorrentLeech: include 0day and music (#809)

This commit is contained in:
kaso17
2016-12-05 15:31:17 +01:00
committed by GitHub
parent 59b90d3896
commit 56d7d42836

View File

@@ -135,6 +135,10 @@ namespace Jackett.Indexers
searchUrl += ",";
searchUrl += cat;
}
}
else
{
searchUrl += "newfilter/2"; // include 0day and music
}
var results = await RequestStringWithCookiesAndRetry(searchUrl);