{"id":20215057,"url":"https://github.com/nikolai2038/webtoons-parser","last_synced_at":"2026-05-11T15:41:09.200Z","repository":{"id":191697481,"uuid":"685117057","full_name":"Nikolai2038/webtoons-parser","owner":"Nikolai2038","description":"Bash-script to download images from www.webtoons.com","archived":false,"fork":false,"pushed_at":"2024-09-29T20:51:09.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T11:17:36.181Z","etag":null,"topics":["bash","parsing","webtoon","webtoons"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Nikolai2038.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}},"created_at":"2023-08-30T14:51:46.000Z","updated_at":"2024-09-29T20:50:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"5de624d5-8f70-4864-b57f-942a9f78960c","html_url":"https://github.com/Nikolai2038/webtoons-parser","commit_stats":null,"previous_names":["nikolai2038/webtoons-parser"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Nikolai2038/webtoons-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikolai2038%2Fwebtoons-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikolai2038%2Fwebtoons-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikolai2038%2Fwebtoons-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikolai2038%2Fwebtoons-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nikolai2038","download_url":"https://codeload.github.com/Nikolai2038/webtoons-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikolai2038%2Fwebtoons-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32902244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["bash","parsing","webtoon","webtoons"],"created_at":"2024-11-14T06:19:31.393Z","updated_at":"2026-05-11T15:41:09.172Z","avatar_url":"https://github.com/Nikolai2038.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webtoons Parser\n\n**EN** | [RU](README_RU.md)\n\n## Description\n\nThis Bash-script allows you to download images from [www.webtoon.com](www.webtoon.com).\n\nI created this script in order to make it convenient to quickly view all the pictures of a certain webtoon, select the necessary ones from them, and create AMVs/edits.\n\n## Requirements\n\n- GIT;\n- Bash.\n\nScript was tested in WSL Debian on Windows 10.\nShould work on MINGW in Windows 10 too, because script uses only `curl`, `sed` and base commands.\n\n## Usage\n\n1. Clone the repository:\n\n    ```bash\n    git pull https://github.com/Nikolai2038/webtoons-parser.git\n    cd webtoons-parser\n    ```\n\n2. Run script:\n\n    ```bash\n    ./script.sh \u003curl without episode number\u003e \u003cnumber of episodes to download\u003e\n    ```\n\n    To get `\u003curl without episode number\u003e` just open any webtoon's episode and copy URL from address bar.\n\n    After executing command, script will start to download all images into `./downloads/\u003ctitle number\u003e/img` directory (this directory will be created automatically).\n    Images will be named `\u003cepisode number\u003e_\u003cimage number\u003e.jpg`.\n\nAdditionally, script cache all html pages inside `./downloads/\u003ctitle number\u003e/html` directory to reduce the number of requests for repeated script calls.\n\nScript also does not download image, if it's filename exists.\nSo if you want to redownload images - just delete them.\nSame for html files.\n\n## Example\n\nTo download first 5 episodes of [unOrdinary](https://www.webtoons.com/en/super-hero/unordinary/list?title_no=679) webtoon we need to run:\n\n```bash\n./script.sh \"https://www.webtoons.com/en/super-hero/unordinary/prologue/viewer?title_no=679\u0026episode_no=\" \"5\"\n```\n\n## Contribution\n\nFeel free to contribute via [pull requests](https://github.com/Nikolai2038/webtoons-parser/pulls) or [issues](https://github.com/Nikolai2038/webtoons-parser/issues)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikolai2038%2Fwebtoons-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikolai2038%2Fwebtoons-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikolai2038%2Fwebtoons-parser/lists"}