Skip to content
New issue

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

[Pixiv] Archive broken. Site issue? #6797

Closed
a84r7a3rga76fg opened this issue Jan 10, 2025 · 1 comment
Closed

[Pixiv] Archive broken. Site issue? #6797

a84r7a3rga76fg opened this issue Jan 10, 2025 · 1 comment

Comments

@a84r7a3rga76fg
Copy link

Updated to the latest beta version and it re-downloaded the Pixiv account from scratch. The difference was tens of seconds for every image. Did something recently change?

`"filename": "{id}_p{num}_{date:?//%Y-%m-%d %H_%M_%S}.{extension}",
"archive-format": "_{user['id']}_{id}_p{num}_{extension}_date_{date}",
@mikf
Copy link
Owner

mikf commented Jan 10, 2025

Not that I can tell. Everything seems to be exactly the same as ever and your archive-format produces reasonable IDs:

$ gallery-dl --print "_{user['id']}_{id}_p{num}_{extension}_date_{date}" https://www.pixiv.net/en/users/173530
_173530_21834779_p0_png_date_2011-09-18 13:52:47

$ gallery-dl --print "_{user['id']}_{id}_p{num}_{extension}_date_{date}" https://www.pixiv.net/en/artworks/97313934
_10349996_97313934_p0_png_date_2022-03-31 15:51:12

Maybe something related to timezones changed for you and date somehow has different values, but it still returns the expected results on my end, meaning all pixiv tests pass.

edit: The latest pixiv commit (270aaea) has no influence on archive IDs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants