Automates extracting canvas data to download comics from PIXIV COMIC / CLIP STUDIO READER
Created for demonstration purposes and with a good heart, do not use to steal copyrighted work
- NodeJS
- TypeScript
- Puppeteer
- Install NodeJS and dependencies (
npm i
) - Copy example config
- Set
url
to reader URL (ex.api.distribution.mediadotech.com
) - Set
cookie
in formatcookiename=cookievalue
andcookieDomain
to the cookie's set domain (without anyhttps://
) - Run with
npm start