A fork of tumblr-utils with Python 3 support, bug fixes, and lots of features I found useful.

`-t` flag fails to download posts when tags contain colons#49

Open
Opened 4/19/20250 commentsby no-chairs
no-chairs

I tried to use the `-t` flag to try to download only posts with specific tags, but it doesn't seem to work for any tags that have colons in them. For example, I tried to download `https://beyondhope.tumblr.com/tagged/tv: north and south` using ``` tumblr-backup -S -R -r --no-post-clobber --save-notes --media-list --save-video --save-audio --threads 1 -i -t "tv: north and south" beyondhope ``` but no posts get downloaded. I also tried the following variations (with the `-t` option), none of which worked either: ``` "tv%3A north and south" "tv%3A%20north%20and%20south" tv%3A%20north%20and%20south "tv\\:: north and south" "tv\: north and south" "tv\\: north and south" "tv\:: north and south" ``` Another example: if I run ``` tumblr-backup -S -R -r --no-post-clobber --save-notes --media-list --save-video --save-audio --threads 1 -i -t "farscape","tv: farscape","john x aeryn","ben browder","claudia black","john crichton","aeryn sun" beyondhope ``` It successfully saves posts tagged with any of "farscape", "john x aeryn", "ben browder", "claudia black", "john crichton", or "aeryn sun". However, no posts tagged "tv: farscape" download unless they included one of the above tags also.

AI Analysis

This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by no-chairs and has received 0 comments.

Add a comment
Comment form would go here