Skip to content

Feature Request: Add Uploader Filtering Support #83

@Gtadmin-py

Description

@Gtadmin-py

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions