All Projects â†’ ImSejin â†’ lezhin-comics-downloader

ImSejin / lezhin-comics-downloader

Licence: MIT license
📥 Downloader for lezhin comics

Programming Languages

java
68154 projects - #9 most used programming language
groovy
2714 projects

Projects that are alternatives of or similar to lezhin-comics-downloader

Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+54463.33%)
Mutual labels:  scraper, downloader
patreon-scraper
WIP Patreon attachment download written in TypeScript
Stars: ✭ 25 (-16.67%)
Mutual labels:  scraper, downloader
OnlyFans
Scrape all the media from an OnlyFans account - Updated regularly
Stars: ✭ 573 (+1810%)
Mutual labels:  scraper, downloader
4scanner
Continuously search imageboards threads for images/webms and download them
Stars: ✭ 103 (+243.33%)
Mutual labels:  scraper, downloader
Lulu
[Unmaintained] A simple and clean video/music/image downloader 👾
Stars: ✭ 789 (+2530%)
Mutual labels:  scraper, downloader
lux
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 19,266 (+64120%)
Mutual labels:  scraper, downloader
wget-lua
Wget-AT is a modern Wget with Lua hooks, Zstandard (+dictionary) WARC compression and URL-agnostic deduplication.
Stars: ✭ 52 (+73.33%)
Mutual labels:  scraper, downloader
Website-downloader
💡 Download the complete source code of any website (including all assets). [ Javascripts, Stylesheets, Images ] using Node.js
Stars: ✭ 615 (+1950%)
Mutual labels:  scraper, downloader
Redditdownloader
Scrapes Reddit to download media of your choice.
Stars: ✭ 521 (+1636.67%)
Mutual labels:  scraper, downloader
fiction-dl
A content downloader, capable of retrieving works of (fan)fiction from the web and saving them in a few common file formats.
Stars: ✭ 22 (-26.67%)
Mutual labels:  scraper, downloader
vsco-scraper
Easily allows for scraping a VSCO
Stars: ✭ 106 (+253.33%)
Mutual labels:  scraper, downloader
Instascrape
🚀 A fast and lightweight utility and Python library for downloading posts, stories, and highlights from Instagram.
Stars: ✭ 76 (+153.33%)
Mutual labels:  scraper, downloader
saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (+333.33%)
Mutual labels:  scraper, downloader
YouTube-MA
💾 YouTube video metadata archiver written in Golang
Stars: ✭ 17 (-43.33%)
Mutual labels:  scraper, downloader
fansly
Simply scrape / download all the media from an fansly account
Stars: ✭ 351 (+1070%)
Mutual labels:  scraper, downloader
TikTok
Download public videos on TikTok using Python with Selenium
Stars: ✭ 37 (+23.33%)
Mutual labels:  scraper, downloader
Zeiver
A Scraper, Downloader, & Recorder for static open directories.
Stars: ✭ 14 (-53.33%)
Mutual labels:  scraper, downloader
Yts Scraper
Download .torrent files from YTS YIFY
Stars: ✭ 19 (-36.67%)
Mutual labels:  scraper, downloader
Cum
comic updater, mangafied
Stars: ✭ 117 (+290%)
Mutual labels:  scraper, downloader
Scrape Linkedin Selenium
`scrape_linkedin` is a python package that allows you to scrape personal LinkedIn profiles & company pages - turning the data into structured json.
Stars: ✭ 239 (+696.67%)
Mutual labels:  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 -d]
  • locale language (required): language of lezhin platform you want to download the webtoon on.

    • ko : korean
    • en : english
    • ja : japanese
  • content name (required): webtoon name you want to download.

comic name

  • episode range (optional): range of episodes you want to download.
    • skipped : all episodes
    • n~ : from ep.N to the last episode
    • ~n : from the first episode to ep.N
    • m~n : from ep.M to ep.N
  • jpg (optional): save images as JPEG format (default: WEBP format).
  • debug (optional): enables debugging mode.



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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].