KiLMaN / T411-Torznab

A NodeJs proxy to download from T411 in Sonarr
26 stars 15 forks source link

Missing results / manually verified #4

Closed MIKAd3v closed 8 years ago

MIKAd3v commented 8 years ago

Hello,

First, thank you for your great script.

It works pretty well, but I'm experiencing an issue: it seems that it's dropping some results when querying some releases on Sonaar.

For example, I'm trying to searching one specific release of "Gintama 291", so I've manually entered the following url: "http://<"HOST-HERE">:9876/api?t=search&extended=0&apikey=<"APIKEYHERE">&offset=0&limit=100&q=gintama+291".

Here is the result: image

But one release is missing.

I've manually tried with another torznab script (Jackett-public - not working on Sonaar) and here are the url + results: "http://<"HOSTHERE">:9117/torznab/t411/api?t=tvsearch&extended=1&apikey=<"APIKEYHERE">&offset=0&limit=100&q=gintama+291"

image

As you can see, another result is returned (which is the one I always wanted for the beginning).

Could you help me about it? Thank you.

KiLMaN commented 8 years ago

Hi. The strange thing is that they number of items should be 2 as shown in the tag torznab:response. I will look at it when I have time. Thank you

KiLMaN commented 8 years ago

I've found the reason why. The torrent you searching is not yet approved. By default my proxy doesn't let you download it. If you want to have all torrent even the ones that are not approved you should change your configuration file and change "onlyVerified":true to "onlyVerified":false