We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using bookmark-count for job_type 3 it will cause IP download limit from pixiv server.
(server returns None for search page dump)
None
i added this code to PixivBrowerFactory.py L892
PixivHelper.wait(result, self._config)
and wait 3 seconds interval for retriving bookmark infomation, it does not works too.
"Chino": { "enabled": true, "job_type": "3", "tags": "チノ 香風智乃", "start_page": 1, "end_page": 0, "wildcard": true, "title_caption": false, "start_date": "2022-06-01", "bookmark_count": 300, "sort_order": "date_d", "type_mode": "a", "option": { "useTagsAsDir": true } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Description
When using bookmark-count for job_type 3 it will cause IP download limit from pixiv server.
(server returns
None
for search page dump)i added this code to PixivBrowerFactory.py L892
PixivHelper.wait(result, self._config)
and wait 3 seconds interval for retriving bookmark infomation, it does not works too.
tested batch_job option
"Chino": { "enabled": true, "job_type": "3", "tags": "チノ 香風智乃", "start_page": 1, "end_page": 0, "wildcard": true, "title_caption": false, "start_date": "2022-06-01", "bookmark_count": 300, "sort_order": "date_d", "type_mode": "a", "option": { "useTagsAsDir": true } }
Dump
None
The text was updated successfully, but these errors were encountered: