ImSejin / lezhin-comics-downloader

📥 Downloader for lezhin comics
https://www.lezhin.com
Apache License 2.0
56 stars 4 forks source link
crawler downloader java lezhin lezhin-downloader lezhin-scraper scraper selenium webtoon webtoon-crawler webtoon-downloader webtoon-scraper

Lezhin Comics Downloader

Lezhin Comics Downloader

Downloader for lezhin comics

GitHub All Releases GitHub Releases Latest release
Sonarcloud Quality Gate Status Sonarcloud Maintainability Rating Codacy grade jdk11

Preview

preview

This is downloader that helps you to login and downloads the specified comic for all lezhin-comics even adults.

The user is responsible for everything that happens using this program.



Getting started

Pre-requirements

  1. Check if chrome browser was installed in your device or download it here.

  2. Check your chrome browser version with this URI chrome://version.

    (The first line is the version. e.g. 83.0.4103.116)

  3. Download the chrome driver that matches its version and your device OS here and decompress it.

  4. Check if your JRE(or JDK) version is 11 or higher. If you don't have, install it.

  5. Download the latest released lezhin-comics-downloader.jar here.

  6. Download config.ini here and write your account in the file.

  7. Place three files in the same path.

  8. Use the following command to run the downloader.



Usage

java -jar {JAR filename} -l=<locale_language> -n=<content_name> [-r=<episode_range> -j -s -d]

comic name



Examples

java -jar lezhin-comics-downloader.jar -l=en -n=appetite

Downloads all episodes of the comic named appetite.


java -jar lezhin-comics-downloader.jar -l=en -n=appetite -r=8~

Downloads the episodes of the comic named appetite from ep.8 to the last.


java -jar lezhin-comics-downloader.jar -l=en -n=appetite -r=~25

Downloads the episodes of the comic named appetite from the first to ep.25.


java -jar lezhin-comics-downloader.jar -l=en -n=appetite -r=1~10

Downloads the episodes of the comic named appetite from ep.1 to ep.10.



Build

./mvnw package

Then you will get a file lezhin-comics-downloader-{version}.jar.