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

feature request for vipergirls #5546

Closed
ANaPhOrAX opened this issue May 3, 2024 · 2 comments
Closed

feature request for vipergirls #5546

ANaPhOrAX opened this issue May 3, 2024 · 2 comments

Comments

@ANaPhOrAX
Copy link

ANaPhOrAX commented May 3, 2024

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)

@DralinZero
Copy link

DralinZero commented May 7, 2024

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:

		"vipergirls":
		{
			"directory": ["viper","{thread_id}","{id}"]
		},

You can do the same with a command-line option, if you don't want it always on. Giving you the 'switch' option.

@mikf
Copy link
Owner

mikf commented May 9, 2024

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.

    "vipergirls":
    {
        "parent-directory": true,
        "directory": ["viper","{thread_id}","{id}"]
    },

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

3 participants