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

[Request] Support Tumblr "day search" url #3951

Closed
KoenDG opened this issue Apr 23, 2023 · 2 comments
Closed

[Request] Support Tumblr "day search" url #3951

KoenDG opened this issue Apr 23, 2023 · 2 comments

Comments

@KoenDG
Copy link

KoenDG commented Apr 23, 2023

Tumblr supports very little URL parameters and searching between timestamps are impossible via what they provide.

What is supported, is urls like this: https://maskeraith.tumblr.com/day/2023/04/22

Which will produce all results for the day of April 22, 2023.

The format being that it ends in /day/YYYY/MM/DD

Entering this in a textfile and feeding that textfile to the -i parameter produces [Unsupported URL](gallery-dl: Unsupported URL 'https://maskeraith.tumblr.com/day/2023/04/22').

Prefixing tumblr: also doesn't work.

It would be great to have support for this, and not have to download the entire tumblr every time.

@mikf
Copy link
Owner

mikf commented Apr 26, 2023

Done in commit 5297ee0.

You can also use -o date-min=2023-04-22T00:00:00 -o date-max=2023-04-23T00:00:00 to get the same results.

@mikf mikf closed this as completed Apr 26, 2023
@KoenDG
Copy link
Author

KoenDG commented Apr 26, 2023

Thanks.

And, AHA, I must have forgotten to add the T00:... to the format when I tried.

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