-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
I executed this command to download whole gallery from a tag (basically search keyword):
gallery-dl https://www.pixiv.net/tags/プリキュア/artworks
I got this error:
[pixiv][error] API request failed: {'user_message': '', 'message': '{"offset":["Offset must be no more than 5000"]}', 'reason': '', 'user_message_details': {}}
Rest of the this message may not related to the issue.
I have this config:
{
"extractor": {
"pixiv": {
"username": "CLASSIFIED",
"password": "CLASSIFIED",
"directory": ["{category}", "search", "{search[word]}", "{user[id]} {user[name]}"]
}
}
}
I'm having difficult on organizing which blacklisted artist. I set directory configuration under Pixiv as above. The problem is it applied to the normal other url too, eg: https://www.pixiv.net/artworks/<artworks_id> and https://www.pixiv.net/users/<user_id>.
Invalid non search url will output like this:
* .\gallery-dl\pixiv\search\None\{user[id]} {user[name]}\{id}_p{num}.{extension}
How do I apply above configuration only for search url?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels