-
-
Notifications
You must be signed in to change notification settings - Fork 976
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
Question: Tumblr download offset? #337
Comments
One way to accomplish that is explained in the second paragraph here: #292 (comment), but this is rather inefficient, especially when you want to go back to 2010. There are To get all posts from 2010 and before, you can now do
(It might take a while until Tumblr serves the first batch of post data when jumping back in time, I've noticed while testing. You might even need to increase the read timeout for HTTP requests.) |
I think that way faster than waiting for most downloaded file. Thanks for the explanation. Edit: |
https://github.com/mikf/gallery-dl/releases/tag/v1.9.0 And you can always install the latest Git snapshot with
|
Is it possible to download certain range of year on Tumblr? I want the years before 2010 and pass, not the latest ones.
The text was updated successfully, but these errors were encountered: