Skip to content

Download your favourite Webtoon from Line Webtoons using Node.js and Puppeteer

License

Notifications You must be signed in to change notification settings

Kriyszig/webtoons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webtoons

"The only ones who don't like webtoons are the ones who never experienced it" - Anonymous

About

This project uses Google's Puppeteer to scrape Line Webtoons on a headless Chrome session. Due to the obvious restrictions on large screenshots, the complete webtoons will be divided into parts. These cuts of webtoon may not be clean. It may go right in middle of a scene. I apologize for the compramised viewing experience but the current implementation works this way.

Integrating with existing project

In your project directory run:

git clone https://github.com/Kriyszig/webtoons.git

This will download the webtoon repository to your project directory.

You can import the module in your project by adding:

import webtoons from `./webtoons`

Running the Project

This project won't be hosted on NPM or any other similar services. The enthusiastic people who want to try it out can do so by running the commands below:

git clone https://github.com/Kriyszig/webtoons.git
cd webtoons

Once inside the directory, you will notice a file names test.js. Open the file and modify the webtoon_id and episode to whichever series you desire. Then run:

node test.js

Once the execution fiishes, you will have your favourite webtoon in ./webtoons directory under a seperate directory under the title of the weboo you wante to download.

Major Updates Coming Soon

About

Download your favourite Webtoon from Line Webtoons using Node.js and Puppeteer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published