Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Exclude Tags #238

Open
techno156 opened this issue Apr 1, 2024 · 0 comments
Open

Feature Request: Exclude Tags #238

techno156 opened this issue Apr 1, 2024 · 0 comments

Comments

@techno156
Copy link

Suggestion Description

Since we have the ability to select specific tags in the list, it would also be nice to be able to exclude tags as well. For example, if I wanted to get everything from a blog, but exclude posts marked with the tag #drabbles.

Possible Implementation

As tumblr-utils is already grabbing the tags that a post contains, one way that this could be implemented is by having a list of tag exclusions either in the form of a command line argument, or as files supplied to the script, which would be loaded into a set. Posts containings tags in the set would be skipped.

The downside that I could see with this implementation is that if it is stored in memory, very large lists of ignorelisted tags may utilise significant amounts of memory and represent considerable performance overhead. However, I am unsure about how practical of a concern that would be for typical usage. Users who would have an extremely long list of tags to filter out would instead benefit from selecting particular tags that they want instead, or splitting the tag ignorelist up by individual blog, as opposed to one long list of tags to ignore.

Alternatives Considered

Another way that a similar result that this could be achieved, is if the user is logged in, to use their filtered tags. The script currently ignores tag restrictions, so it may be possible to set a command line switch to respect the filter. Compared to the above, this has the upside of allowing users who don't want tags that they're already filtered to be downloaded, saving bandwidth. However, this also has a few downsides, like users who want to specify given tags that they don't want to see on Tumblr, but might want to save (long posts, etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant