mangareader-dl
mangareader-dl copied to clipboard
💾 CLI for comfortable manga downloading and updating
- Domain changed to `manga4life.com` - Chapter links (for last page) now calculated with: ```js // last script in the body has a vm.Chapters var with ids like "101340" //...
Show current (for the specific version) status of the available providers, same info [as in the readme](https://github.com/jneidel/mangareader-dl#supported-sites). **Usage:** ```sh $ mangareader-dl status provider | status | note | mangareader |...
- (multi-page) - get pages array from `pages` array in script tag ``` var title = document.title; var pages = [{"id":51964,"chapter_id":"2021","filename":"01.jpg","hidden":"0","created":"2019-06-08 21:33:09","lastseen":"0000-00-00 00:00:00", "updated":"0000-00-00 00:00:00","creator":"6","editor":"6","height":"8012","width":"720","mime":"image\/jpeg","size":"1479541","url":"https:\/\/i2.wp.c om\/jaiminisbox.com\/reader\/content\/comics\/raid_5c69bf60bc4ab\/32-0-isolated-1_5cfc28e62f672\/01.jpg?quality=100&strip=all","thumb_url":"https:\/\/i ``` - some kind...
- one page - pass [referer](https://stackoverflow.com/questions/23409952/what-does-curl-e-or-curl-referer-mean#23410059) to the image to download: ``` curl -e https://www.webtoons.com/en/fantasy/unordinary/episode-141/viewer\?title_no\=679\&episode_no\=147 https://webtoon-phinf.pstatic.net/ 20190502_244/15567565663679cHCy_JPEG/15567565663266791473.jpg\?type\=q90 ```
[New version with promise support](https://github.com/codemanki/cloudscraper#migration-from-v2-to-v3) Complications in `providers/readmng.js`