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

Can't download new post from a subreddit with gfy and images #3412

Closed
thenameispanda opened this issue Dec 16, 2022 · 11 comments
Closed

Can't download new post from a subreddit with gfy and images #3412

thenameispanda opened this issue Dec 16, 2022 · 11 comments

Comments

@thenameispanda
Copy link

C:\Users--->gallery-dl --verbose
[gallery-dl][debug] Version 1.24.1 - Executable
[gallery-dl][debug] Python 3.8.10 - Windows-10-10.0.19045
[gallery-dl][debug] requests 2.28.1 - urllib3 1.26.12
[gallery-dl][debug] Configuration Files []
usage: gallery-dl [OPTION]... URL...
gallery-dl: error: The following arguments are required: URL
Use 'gallery-dl --help' to get a list of all options.

@mikf
Copy link
Owner

mikf commented Dec 17, 2022

Works for this random example.

$ gallery-dl https://www.reddit.com/r/instant_regret/comments/znqt0b/trying_to_superman/
/tmp/gfycat/gfycat_JoyousSecondhandDungbeetle_Trying to Superman.mp4

Post the exact link you are having trouble with.

@thenameispanda
Copy link
Author

Can't download new post from https://old.reddit.com/r/kpopfap/

@thenameispanda
Copy link
Author

@mikf I looks like it works now, after downloading the latest version 1.24.2. Could have been the issue#3397, but nonetheless it works now

@Hrxn
Copy link
Contributor

Hrxn commented Dec 23, 2022

@thenameispanda I think this can be closed then?

@thenameispanda
Copy link
Author

Seems like the new updated version fixed the issue, [version 1.24.2]

@jimmy-1000
Copy link

Works only if you provide a specific URL. But general link doesn't work now.
For example gallery-dl https://www.reddit.com/r/cosplaygirls/
It says "No results"

@mikf
Copy link
Owner

mikf commented Jan 8, 2023

Are you sure you are on the latest release, i.e. v1.24.2? (2952add, #3397)

$ gallery-dl https://www.reddit.com/r/cosplaygirls/
/tmp/reddit/cosplaygirls/106f2ng 01 Black Cat by ILona Bugaeva.jpg
/tmp/reddit/cosplaygirls/106f2ng 02 Black Cat by ILona Bugaeva.jpg
/tmp/reddit/cosplaygirls/106f2ng 03 Black Cat by ILona Bugaeva.jpg
/tmp/reddit/cosplaygirls/106kg7l nami from one piece by puppiwi 🌊.jpg
...

@jimmy-1000
Copy link

Are you sure you are on the latest release, i.e. v1.24.2? (2952add, #3397)

$ gallery-dl https://www.reddit.com/r/cosplaygirls/
/tmp/reddit/cosplaygirls/106f2ng 01 Black Cat by ILona Bugaeva.jpg
/tmp/reddit/cosplaygirls/106f2ng 02 Black Cat by ILona Bugaeva.jpg
/tmp/reddit/cosplaygirls/106f2ng 03 Black Cat by ILona Bugaeva.jpg
/tmp/reddit/cosplaygirls/106kg7l nami from one piece by puppiwi 🌊.jpg
...

😓

1

@mikf
Copy link
Owner

mikf commented Jan 8, 2023

Are you perhaps using a gallery-dl.conf where id-max is still set to zik0zj? If so, just remove the line.

@jimmy-1000
Copy link

jimmy-1000 commented Jan 8, 2023

Are you perhaps using a gallery-dl.conf where id-max is still set to zik0zj? If so, just remove the line.

Oh, it works now. Thanks 👌
Any explanation of what id-max = zik0zj means ?

@mikf
Copy link
Owner

mikf commented Jan 8, 2023

id-max is the highest Reddit comment ID gallery-dl will look at and zik0zj was supposed to be a rather high default value, 2 ** 31 I think, that allows for all comments to pass. Turns out it was not high enough in the long run.

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

No branches or pull requests

4 participants