upbit/pixivpy

Is there a V2 version for novel/text API?

Closed this issue · 1 comments

the novel/detail route is already v2 version, but the novel/text API is still v1
when trying to access a novel with inner image, for example, this novel, the v1 version will only get

.....
 \n [[jumpuri:挿絵をご覧になりたい場合は、ブラウザ版をご利用ください。>https://www.pixiv.net/n/19417521]][[jumpuri:挿絵をご覧になりたい場合は、ブラウザ版をご利用ください。>https://www.pixiv.net/n/19417521]]\n
.....

You cannot even get the url or id for each image.
But on ios Pixiv client, images will show correctly.
So I'm wondering if there is a v2 api for novel/text which will be able to get these pictures correctly.

Thank you for your reply and sorry for my pool English lol

currently I'm using https://www.pixiv.net/ajax/novel/{novel_id}and everything seems working fine.