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
It appears that gallery-dl ignores the specified date range when downloading tags. The "create_date" filter is useless because of pixiv's 5000 posts limit.
For example, if I try to list all posts tagged with a certain tag or tags during a certain month, I use this syntax:
gallery-dl --no-download "https://www.pixiv.net/en/tags/3D -3D2/artworks?scd=2019-12-01&ecd=2019-12-31&s_mode=s_tag"
The corresponding Web page lists 4,772 results. However, gallery-dl seems to ignore the specified date range, and attempts to download (list, in this case) the entire contents of the tag combination "3D -3D2". This quickly hits pixiv's 5000 posts limit, and fails.
For the same reason using a "create_date" filter in gallery-dl config won't work: gallery-dl will still try listing the whole tag starting from the latest post, and will hit the limit before approaching the specified date range.
Expected behavior:
gallery-dl lists 4,772 posts that fall in the specified range.
Actual behavior:
gallery-dl lists 5,000 posts starting from the latest (today's) posts, then hits pixiv's 5000 posts limit. No posts in the specified date range are listed.
The text was updated successfully, but these errors were encountered:
It appears that gallery-dl ignores the specified date range when downloading tags. The "create_date" filter is useless because of pixiv's 5000 posts limit.
For example, if I try to list all posts tagged with a certain tag or tags during a certain month, I use this syntax:
gallery-dl --no-download "https://www.pixiv.net/en/tags/3D -3D2/artworks?scd=2019-12-01&ecd=2019-12-31&s_mode=s_tag"
The corresponding Web page lists 4,772 results. However, gallery-dl seems to ignore the specified date range, and attempts to download (list, in this case) the entire contents of the tag combination "3D -3D2". This quickly hits pixiv's 5000 posts limit, and fails.
For the same reason using a "create_date" filter in gallery-dl config won't work: gallery-dl will still try listing the whole tag starting from the latest post, and will hit the limit before approaching the specified date range.
Sample link:
gallery-dl --no-download "https://www.pixiv.net/en/tags/3D -3D2/artworks?scd=2019-12-01&ecd=2019-12-31&s_mode=s_tag"
Expected behavior:
gallery-dl lists 4,772 posts that fall in the specified range.
Actual behavior:
gallery-dl lists 5,000 posts starting from the latest (today's) posts, then hits pixiv's 5000 posts limit. No posts in the specified date range are listed.
The text was updated successfully, but these errors were encountered: