You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems possible using the t411 api: /torrents/search/?offset=0&limit=200 for example, or with limit=300000 (seems to be the 'total' field maximum value)
it returns something like:
<div class="errorMessage">Missing argument 1 for App\Api\Controllers\TorrentsController::searchAction()</div>
<div class="errorMessage">Undefined variable: query</div>
<div class="errorMessage">Undefined variable: query</div>
{"query":null,"offset":"0","limit":"1","total":"300000","torrents":[{"id":"5622132","name":"Une Saison Au Zoo S06E21 WEB-DL 1080p","category":"639","rewritename":"une-saison-au-zoo-s06e21-web-dl-1080p","seeders":"1","leechers":"1","comments":"0","isVerified":"0","added":"2016-12-20 14:52:08","size":"845642605","times_completed":"0","owner":"107319745","categoryname":"Emission TV","categoryimage":"tv-show","username":"paquena71260","privacy":"normal"}]}
so we need to get rid of the html part first before unmarshaling the data.
The text was updated successfully, but these errors were encountered:
It seems possible using the t411 api: /torrents/search/?offset=0&limit=200 for example, or with limit=300000 (seems to be the 'total' field maximum value)
it returns something like:
so we need to get rid of the html part first before unmarshaling the data.
The text was updated successfully, but these errors were encountered: