-
Notifications
You must be signed in to change notification settings - Fork 22
Description
I'm using Nyaapy for torrent searches, and I noticed that while the search results include uploader information, there isn’t an integrated way to filter results by a specific uploader. Being able to filter torrents directly by uploader, this would streamline workflows and reduce the need for manual post-processing of search results.
Use Case:
I often need to retrieve torrents only from trusted uploaders. Currently, I have to perform a general search and then filter the results in my code. For example, I would like to be able to do something like:
results = nyaapy.search("Naruto", uploader="{uploader}
Consider adding an optional parameter (e.g., uploader) to the search function that:
Accepts a string (or possibly a list of strings).
Filters the search results to only include torrents whose uploader field matches the given value(s).
Question:
Is there a specific reason uploader filtering is handled client-side?