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

pixiv folder based on series #136

Closed
Draic opened this issue Dec 10, 2018 · 2 comments
Closed

pixiv folder based on series #136

Draic opened this issue Dec 10, 2018 · 2 comments

Comments

@Draic
Copy link

Draic commented Dec 10, 2018

I want to download all pics of a single user on pixiv. The pictures should get sorted into folders based on series information. If I use the -K command on a single picture I get proper series information like for example: "series[id]
25125
series[title]
Bad ending"

Based on this I added to my config: "directory": ["pixiv", "{user[id]} {user[account]} {user[name]}", "{series[id]} {series[title]}"]. But it does not work when using a URL of a userprofile. All pictures will end up in a folder named "None None" as the script does not pull series information for each picture separately.

@mikf
Copy link
Owner

mikf commented Dec 11, 2018

Should be fixed, although you still have to deal with "None None" directories for non-series pictures. Setting keywords-default to "" might be helpful with that.

@Draic
Copy link
Author

Draic commented Dec 11, 2018

hmm I installed gallery-dl-1.6.2.dev0 via pip and tried to test it, but it results in a error: "[pixiv][error] Applying directory format string failed: TypeError: 'NoneType' object is not subscriptable"

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

2 participants