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

Support scraping on one specific hashtag. #14

Open
Rich700000000000 opened this issue Sep 18, 2016 · 2 comments
Open

Support scraping on one specific hashtag. #14

Rich700000000000 opened this issue Sep 18, 2016 · 2 comments
Assignees

Comments

@Rich700000000000
Copy link

Rich700000000000 commented Sep 18, 2016

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?

@gedsic gedsic self-assigned this Oct 3, 2016
@gedsic
Copy link
Owner

gedsic commented Oct 3, 2016

Thanks! I'll look into it.

@gedsic
Copy link
Owner

gedsic commented Oct 3, 2016

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

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

No branches or pull requests

2 participants