We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suppose there's an artist on tumblr:
http://thehumon.tumblr.com/
They may have hundreds upon hundreds or pieces of artwork, you only want artwork of one particular character. Fortunately, tumblr supports tags:
http://thehumon.tumblr.com/tagged/mr-robot
Would it be at all possible to support that?
The text was updated successfully, but these errors were encountered:
Thanks! I'll look into it.
Sorry, something went wrong.
It should be possible, as the archive page source contains the image tags. Example:
<span class="tags"> #princess paul #knightess celina #dresses for everybody!</span>
However, some command line parameter processing has to be added, e.g. to allow tumbdl to be used like this:
./tumbdl.sh -t "tag1,tag2" example.com example
gedsic
No branches or pull requests
Suppose there's an artist on tumblr:
http://thehumon.tumblr.com/
They may have hundreds upon hundreds or pieces of artwork, you only want artwork of one particular character. Fortunately, tumblr supports tags:
http://thehumon.tumblr.com/tagged/mr-robot
Would it be at all possible to support that?
The text was updated successfully, but these errors were encountered: