0.9.12-a • Published 7 years ago
pixiv-bookmark-downloader v0.9.12-a
Pixiv-Bookmark-Downloader
Download your pixiv account bookmark using node.js
Installation
~$ npm install -g pixiv-bookmark-downloaderHow to update
~$ npm update -g pixiv-bookmark-downloader
or
~$ npm install pixiv-bookmark-downloader@latest -gGetting your public bookmark
~$ pbd -u [username] -p [password]or private bookmark
~$ pbd -u [username] -p [password] -t hideThe [username] and [password] is your pixiv account.
Notice! after 0.9.12 because some security reason, cookie storage feature is not available.
use -h or --help to see more argument.
When process done. Result will output to file result.json
Features
- Get all public/private bookmark
- Download image from bookmark(
result.json) (using-dor--download) (now is testing and unstable. But don't worry it can't broke your account.) - Download manga(multi picture) from bookmark(Same as above)
- Download gif from bookmark(Same as above)
Attention!! since 2018/04/04, pixiv create new UI ,for now this feature is not available. see this post
fixed after 0.9.8 (but keep update to latest version to make sure this feature work! because pixiv keep update their page. if something happened, open issue and let me know.)
new stuff here: a new commad pbd-renew can help you convert json format from v1 to v2 (although main program pbd still generate v1, I will update at next version(mabye 0.9.13))
File
| name(path) | Description |
|---|---|
| bin/pbd.js | Get all public bookmark script. |
| format_v1.json | result output example.(ver 1.5) |
| config_v1.json | config file example. |
| bookmark.js | Get bookmark single page example using jquery.(browser debug ver.) |
| page.js | Get image url example using jquery.(browser debug ver.) |
Requirements
- async
- chalk
- cheerio
- commander
- fs
- gauge
- request
- request-progress
- image-size