naughty-doge / stremio-zooqle

Zooqle Addon for Stremio
https://stremio-zooqle.naughty-doge.pro
10 stars 5 forks source link

Only returning part of the results from Zooqle #1

Open springroll-xx opened 5 years ago

springroll-xx commented 5 years ago

I noticed that the addon was only returning part of the list from Zooqle. I posted this on Reddit and someone commented the below. Hopefully it can get addressed. Thank you! " Looking through the code, as far as I can tell the Zooqle add-on parses only the first page of the search results which has a maximum of 30 torrent results.

It then filters these results, excluding all results that are not in English or are not the correct category (movies or series). Interestingly enough, it does not filter out torrents that have zero seeds. I gathered all of this from this function: https://github.com/naughty-doge/stremio-zooqle/blob/master/src/convertTorrentsToStreams.js#L16-L29

It does not seem to have any other sort of limits though, although it obviously can't have more then 30 results total parsing only the first search page."

springroll-xx commented 5 years ago

And filtering out non-English torrents may not be necessary. They mostly have the English track and seeds to boot.