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 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.
The text was updated successfully, but these errors were encountered:
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.
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"
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.
The text was updated successfully, but these errors were encountered: