{"id":31735890,"url":"https://github.com/robinovitch61/webtoon-dl","last_synced_at":"2025-10-09T09:06:31.701Z","repository":{"id":213569346,"uuid":"734046025","full_name":"robinovitch61/webtoon-dl","owner":"robinovitch61","description":"A webtoon comic downloader for the command line/terminal","archived":false,"fork":false,"pushed_at":"2025-10-05T21:44:10.000Z","size":4703,"stargazers_count":55,"open_issues_count":2,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-05T22:21:54.136Z","etag":null,"topics":["webtoon","webtoon-crawler","webtoon-downloader","webtoons","webtoons-downloader"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robinovitch61.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-20T18:23:49.000Z","updated_at":"2025-10-05T21:44:13.000Z","dependencies_parsed_at":"2024-01-07T07:19:43.019Z","dependency_job_id":"3010d776-8b45-4090-8bec-aa4e23edd4fb","html_url":"https://github.com/robinovitch61/webtoon-dl","commit_stats":null,"previous_names":["robinovitch61/webtoon-dl"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/robinovitch61/webtoon-dl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinovitch61%2Fwebtoon-dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinovitch61%2Fwebtoon-dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinovitch61%2Fwebtoon-dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinovitch61%2Fwebtoon-dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robinovitch61","download_url":"https://codeload.github.com/robinovitch61/webtoon-dl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinovitch61%2Fwebtoon-dl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001176,"owners_count":26083021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["webtoon","webtoon-crawler","webtoon-downloader","webtoons","webtoons-downloader"],"created_at":"2025-10-09T09:01:28.503Z","updated_at":"2025-10-09T09:06:31.696Z","avatar_url":"https://github.com/robinovitch61.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webtoon-dl\n\nDownload [webtoon](https://www.webtoons.com/en/) comics as PDF or CBZ using a terminal/command line.\n\n## Usage\n\n```shell\n# download single episodes\nwebtoon-dl \"\u003cyour-webtoon-episode-url\u003e\"\n\n# download entire series, default 10 episodes per pdf\nwebtoon-dl \"\u003cyour-webtoon-series-url\u003e\"\n\n# download as cbz (default is pdf)\nwebtoon-dl --format cbz \"\u003cyour-webtoon-series-url\u003e\"\n\n# specify a range of episodes (inclusive on both ends)\nwebtoon-dl --min-ep=10 --max-ep=20 \"\u003cyour-webtoon-series-url\u003e\"\n\n# change the number of episodes per file, e.g. this would create 11 files\nwebtoon-dl --min-ep=10 --max-ep=20 --eps-per-file=1 \"\u003cyour-webtoon-series-url\u003e\"\n\n# download entire series into a single file (GENERALLY NOT RECOMMENDED)\nwebtoon-dl --eps-per-file=1000000 \"\u003cyour-webtoon-series-url\u003e\"\n\n # change the delay between requests (default is 1000ms) - NOTE: anything less than 1000ms may result in rate limiting\nwebtoon-dl --delay-ms=2000 \"\u003cyour-webtoon-series-url\u003e\"\n```\n\n\u003e [!IMPORTANT]\n\u003e The episode numbers specified in `--min-ep` and `--max-ep` will correspond to the URL parameter `\u0026episode_no=`, which may be different from the episode number in the title\n\n\u003e [!IMPORTANT]\n\u003e Some terminal settings (e.g. [Oh My Zsh](https://ohmyz.sh)) make it so pasted URLs will be [automatically escaped](https://github.com/ohmyzsh/ohmyzsh/issues/7632).\n\u003e You want to EITHER surround your unescaped webtoon URL with double quotes (otherwise you'll get something like a \"no matches found\" error) OR leave the double quotes off escaped URLs.\n\u003e So either of these will work:\n\u003e - `webtoon-dl \"https://www.webtoons.com/.../list?title_no=123\"`\n\u003e - `webtoon-dl https://www.webtoons.com/.../list\\?title_no\\=123`\n\u003e\n\u003e But this won't work:\n\u003e - `webtoon-dl \"https://www.webtoons.com/.../list\\?title_no\\=123\"`\n\n## Installation\n\n```shell\n# homebrew\nbrew install robinovitch61/tap/webtoon-dl\n\n# upgrade using homebrew\nbrew update \u0026\u0026 brew upgrade webtoon-dl\n\n# windows with winget\nwinget install robinovitch61.webtoon-dl\n\n# windows with scoop\nscoop bucket add robinovitch61 https://github.com/robinovitch61/scoop-bucket\nscoop install webtoon-dl\n\n# windows with chocolatey\nchoco install webtoon-dl\n\n# with go (https://go.dev/doc/install)\ngo install github.com/robinovitch61/webtoon-dl@latest\n```\n\nAlternatively, download the relevant binary for your operating system (MacOS = Darwin) from\nthe [latest github release](https://github.com/robinovitch61/webtoon-dl/releases). Unpack/extract it, then move the\nbinary or .exe to somewhere accessible in your `PATH`, e.g. `mv ./webtoon-dl /usr/local/bin`.\n\n## Build from Source (Mac, Linux, Windows)\n\nClone this repo, build from source with `cd \u003ccloned_repo\u003e \u0026\u0026 go build`. This will create the executable (e.g. `webtoon-dl`) in the current directory.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinovitch61%2Fwebtoon-dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobinovitch61%2Fwebtoon-dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinovitch61%2Fwebtoon-dl/lists"}