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] Issue with comments #4747

Closed
Doofy420 opened this issue Oct 30, 2023 · 2 comments
Closed

[Pixiv] Issue with comments #4747

Doofy420 opened this issue Oct 30, 2023 · 2 comments

Comments

@Doofy420
Copy link

I'm having trouble grabbing comments from select pixiv posts

These work (nsfw links)
https://www.pixiv.net/en/artworks/105459993
https://www.pixiv.net/en/artworks/112965728

This one and ones similar to it doesn't
https://www.pixiv.net/en/artworks/112199575

I'm using

"postprocessors": [{
        "name": "metadata",
        "mode": "auto",
        "extension": "txt",
        "format": "{caption}"

Not really sure what I'm doing wrong, or if a post being ugoira, having links, unicode characters or something is causing issues

@mikf
Copy link
Owner

mikf commented Oct 31, 2023

comments

Don't you mean {caption} texts?

Pixiv's mobile API, which is what gallery-dl is using, doesn't include captions for certain posts: #4327 (comment). The "solution" would be using a different program to download from Pixiv.

@Doofy420
Copy link
Author

Ah yes, I meant caption text. Thanks for the answer, it appears that it was a normie family friendly appstore problem after all.

mikf added a commit that referenced this issue Oct 4, 2024
(#4327, #4747, #5054, #5435, #5651, #5655)

Metadata should be ~95% identical (there might be some 'date' differences)
and there could be issues with R-18 works, as these require some URL
manipulation to transform /c/250x250_80_a2/ thumbnail URLs into
/img-original/ ones.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Pixiv Sanity Level
Development

No branches or pull requests

2 participants