Skip to content

Error on huge Pixiv gallery list. #1686

@gphg

Description

@gphg

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions