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

Download all galleries in ImageFap user Category #3504

Closed
cheese529 opened this issue Jan 6, 2023 · 5 comments
Closed

Download all galleries in ImageFap user Category #3504

cheese529 opened this issue Jan 6, 2023 · 5 comments

Comments

@cheese529
Copy link

trying to download all of the galleries created inside an image fap users folder/category does not work at all. using the URL just gives me a message saying it's unsupported. Also images on imagefap are downloaded out of order and sorting them by date does not make any difference. (using latest version of gallery-dl with the default config)

@mikf
Copy link
Owner

mikf commented Jan 6, 2023

using the URL just gives me a message saying it's unsupported

$ gallery-dl https://www.imagefap.com/profile.php?user=chantale
/tmp/imagefap/10118442 me 1989/imagefap_10118442_161114505.jpg
/tmp/imagefap/10118442 me 1989/imagefap_10118442_1568149598.jpg
/tmp/imagefap/10118442 me 1989/imagefap_10118442_863872722.jpg
...
$ gallery-dl https://www.imagefap.com/profile/chantale
/tmp/imagefap/10118442 me 1989/imagefap_10118442_161114505.jpg
/tmp/imagefap/10118442 me 1989/imagefap_10118442_1568149598.jpg
/tmp/imagefap/10118442 me 1989/imagefap_10118442_863872722.jpg
...

Provide an example if that's not what you meant.

images on imagefap are downloaded out of order

They are downloaded in gallery order. Use {num} in filenames to use an enumeration index.

@cheese529
Copy link
Author

Thank you for responding and please forgive me for being very dumb. I am not experienced with technology at all and this is my first time using a command line program. here is the example for the URL I am trying to download all the galleries on this page(there is 4 pages of galleries).
https://www.imagefap.com/organizer/368929/Bondage-Animated-GIFs

regarding the order. when I look at the order for the gallery on imagefap it is different from what I see being downloaded. So how exactly would I go about matching the exact order that the files are posted? I'm not what you mean by this "Use {num} in filenames if want an enumeration index."

@mikf
Copy link
Owner

mikf commented Jan 6, 2023

https://www.imagefap.com/organizer/368929/Bondage-Animated-GIFs

You are right, these aren't supported yet.
Only galleries and full profiles, but not the folders in between.

regarding the order. when I look at the order for the gallery on imagefap it is different from what I see being downloaded. So how exactly would I go about matching the exact order that the files are posted? I'm not what you mean by this "Use {num} in filenames if want an enumeration index."

You can tell gallery-dl to use whatever filenames you want it to, using the metadata fields given by -K. To have them in the "correct" order after download, you could use something like
--filename "{num:>03}_{filename}.{extension}"

(see also the filename config option)

@cheese529
Copy link
Author

cheese529 commented Jan 6, 2023

Will downloading folders ever be supported in the future? In the meantime I guess I can just manually save all the links into a text file and download like that right?

Also if gallery-dl downloads imagefap by gallery order in default then shouldn't it be in the same order that you see on the gallery? Unless gallery order means something else. Also what exactly does using that command you put do. I tried it and the images are in order now but when I sort by date created the order is different vs downloading by default and sorting by date created

mikf added a commit that referenced this issue Jan 8, 2023
@mikf
Copy link
Owner

mikf commented Jan 8, 2023

Will downloading folders ever be supported in the future?

4833ec3

Also if gallery-dl downloads imagefap by gallery order in default then shouldn't it be in the same order that you see on the gallery?

Well, it is, or at least it is supposed to.

but when I sort by date created the order is different vs downloading by default and sorting by date created

That should not be the case. The download order is the same regardless of filename.

@mikf mikf closed this as completed Jan 8, 2023
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