You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see gallery-dl works for ripping vipergirls threads - however I can't seem to find anything about grouping images per post. I found this #3812 and so yeah you can group them by title.. but let's say you're downloading an entire thread, where each post is a different imageset, then it would be much more convenient to be able to download all posts into seperate folders.
is this possible and am I just not finding the right setting, or if it's not possible, can you make it possible? maybe to where if u enable a certain setting in gallery-dl, like a 'switch', it will then download images into a parent directory called vipergirls, and then subfolders named by postid (meaning the number in the url if possible, not the textual number in the thread. because if you then download another thread, there will of course be multiple number 1, 2 etc. posts all put into the same folders. Or, alternatively, have it be vipergirls/thread name/post number)
The text was updated successfully, but these errors were encountered:
Using the -K command-line option, you can see that both thread_id and post id are possible keywords for vipergirls links. Knowing this you can add the following to the config:
In addition to DralinZero's recommendation, you would also need to enable parent-directory. Otherwise files from image hosting sites would be placed into their own unrelated directory.
hey,
I see gallery-dl works for ripping vipergirls threads - however I can't seem to find anything about grouping images per post. I found this #3812 and so yeah you can group them by title.. but let's say you're downloading an entire thread, where each post is a different imageset, then it would be much more convenient to be able to download all posts into seperate folders.
is this possible and am I just not finding the right setting, or if it's not possible, can you make it possible? maybe to where if u enable a certain setting in gallery-dl, like a 'switch', it will then download images into a parent directory called vipergirls, and then subfolders named by postid (meaning the number in the url if possible, not the textual number in the thread. because if you then download another thread, there will of course be multiple number 1, 2 etc. posts all put into the same folders. Or, alternatively, have it be vipergirls/thread name/post number)
The text was updated successfully, but these errors were encountered: