-
Notifications
You must be signed in to change notification settings - Fork 2
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
Doesn't create an album #3
Comments
Yo do you have an example for me to test? The script orders the files by the last modified date, which I thought was pretty neat
|
Just try to fetch several albums of one reddit user. You will see, that it will just download all images in one folder, instead of creating one folder for each imgur album. That's probably intended but it would be pretty nice if you could make that small change, so it does create one folder for each imgur album. |
That should be doable, I'll try next week. What should the script do if an image is in more than one album? |
Just an idea: let the user decide, whether he wants to download them several times by using a parameter (e.g. imgurgitate http://reddit.com/user/blubb.json --skipmultipleimages). Thanks in advance! |
Did you come up with something? :-) |
Eventually. Added an a new option |
If you give reddit user as a source, it downloads all pictures but doesn't create a new album. It just downloads all pictures and put them in one folder.
The text was updated successfully, but these errors were encountered: