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

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