Resolves the issue where URL parameters were not correctly processed in the GetTorrentsByCategory() function. It now pass these parameters as url.Values to getCtx() for proper encoding and appending to the API endpoint. This ensures only the torrents in the specified category are fetched.
Resolves the issue where URL parameters were not correctly processed in the GetTorrentsByCategory() function. It now pass these parameters as url.Values to getCtx() for proper encoding and appending to the API endpoint. This ensures only the torrents in the specified category are fetched.
Use the print on L143 to confirm.