-
Notifications
You must be signed in to change notification settings - Fork 254
Home
Nandaka edited this page Oct 21, 2016
·
15 revisions
Welcome to the PixivUtil2 wiki!
Main page url will be redirected to http://www.pixiv.net/whitecube
Required for API call. js_init = xpath("//input[@id='init-config']")
Get it from pixiv.context.token
Endpoint = https://www.pixiv.net/rpc/whitecube/index.php?mode=work_details_modal_whitecube&id=<image_id>&tt=<token>
- Getting images url = xpath("//div[@class='illust-zoom-in thumbnail-container']/@data-original-src")
- Image Mode:
- Merged single and manga page
- ugoira?
- double page manga?
- Available work details
- Image Title
- Image Caption
- Image Tags
- Works Date (upload/update date?)
- Works Tools
- Resolution (missing)
- View Count
- Like Count
- Total Count (missing, jd_rtt)
- Artist Info?
- Bookmark Count?
- Image Response Count?
- Ugoira Animate js?
Endpoint = https://www.pixiv.net/rpc/whitecube/index.php?mode=user_new_unified&id=<member_id>&limit=<limit>&tt=<token>
Endpoint = https://www.pixiv.net/rpc/whitecube/index.php?q=<tag_name>&s_mode=s_tag_full&adult_mode=include&mode=whitecube_search&p=1&start_page=<start_page>&tt=<token>