mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-28 14:47:14 +08:00
7 lines
336 B
JSON
7 lines
336 B
JSON
{
|
|
"image_author": { "return": "String", "description": "The author of the image." },
|
|
"image_comment": { "return": "String", "description": "The comment of the image." },
|
|
"image_id": { "return": "String", "description": "The image id." },
|
|
"image_title": { "return": "String", "description": "The title of the image." }
|
|
}
|