mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Bit-Titan: fetch 50 results
which is the max currently despite with the API docs on the site state.
This commit is contained in:
@@ -178,7 +178,7 @@ namespace Jackett.Common.Indexers
|
|||||||
|
|
||||||
searchUrl += "&downloadLink=1";
|
searchUrl += "&downloadLink=1";
|
||||||
|
|
||||||
searchUrl += "&limit=4";
|
searchUrl += "&limit=2";
|
||||||
|
|
||||||
if (((BoolConfigurationItem)configData.GetDynamic("freeleech")).Value)
|
if (((BoolConfigurationItem)configData.GetDynamic("freeleech")).Value)
|
||||||
searchUrl += "&searchIn=9";
|
searchUrl += "&searchIn=9";
|
||||||
|
Reference in New Issue
Block a user