{"id":36456550,"url":"https://github.com/v613/toonily-dl","last_synced_at":"2026-01-11T23:04:18.790Z","repository":{"id":217117435,"uuid":"743122066","full_name":"v613/toonily-dl","owner":"v613","description":"Download comics from Toonily.com website","archived":false,"fork":false,"pushed_at":"2024-03-02T17:16:09.000Z","size":4181,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-14T11:30:43.823Z","etag":null,"topics":["cli","download","toonily"],"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/v613.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":"2024-01-14T12:01:00.000Z","updated_at":"2025-09-19T15:10:40.000Z","dependencies_parsed_at":"2024-02-12T10:28:03.435Z","dependency_job_id":"b70120a4-6e1b-40d0-8dda-ccff6880af82","html_url":"https://github.com/v613/toonily-dl","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"9564a7124847231f098f34d5b8ad734f46c86755"},"previous_names":["v613/toonilydownloader","v613/toonily-dl"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/v613/toonily-dl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v613%2Ftoonily-dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v613%2Ftoonily-dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v613%2Ftoonily-dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v613%2Ftoonily-dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v613","download_url":"https://codeload.github.com/v613/toonily-dl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v613%2Ftoonily-dl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28326183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","download","toonily"],"created_at":"2026-01-11T23:04:18.209Z","updated_at":"2026-01-11T23:04:18.784Z","avatar_url":"https://github.com/v613.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toonily-dl\nDownload comics from [Toonily.com](https://toonily.com/) website\n\n## Features\n- [X] Download all available images of comics\n- [X] Download comics in dedicated directory\n- [X] Download chapter in dedicated directory\n  * [ ] Download in asceding order\n  * [X] Download picked chapters\n- [X] Continue downloading, or update with new chapters/files\n- [X] Download comic's cover image\n\n## How to use\nThis application offers users the ability to run through either a simple bash script or a golang binary/executable, catering to different user preferences and system capabilities.based on their technical preferences and system requirements.\n### Bash\n```bash\n\u003e\u003e ./toonily-dl.sh https://toonily.com/webtoon/amazing-manga/\nDownload: Amazing Manga\nWorking on chapter-9\nDownloaded 12 file(s)\nWorking on chapter-8\nDownloaded 11 file(s)\nWorking on chapter-7\n...\n```\n### Golang\n```cmd\nC:\\\u003e toonily-dl.exe https://toonily.com/webtoon/amazing-manga/\nDownload: Amazing Manga\nWorking on chapter-9\nDownloaded 12 file(s)\nWorking on chapter-8\nDownloaded 11 file(s)\nWorking on chapter-7\n...\n```\n\n```bash\nSYNOPSIS\n\t\ttoonily-dl [flag]... \u003cURL\u003e\n\tFLAGS\n  \n\t\t-d\n            Save description\n\t\t-c\n\t\t    Indicate the chapter's list to download.\n\t\t    Example:\n\t\t\t    toonily-dl -c 3         :: download only chapter 3\n\t\t\t    toonily-dl -c 13:       :: download chapters starting with 13 until the end\n\t\t\t    toonily-dl -c 213:321   :: download chapters starting with 213 to 321\n\t\t\t    toonily-dl -c :3210     :: download chapters up to 3210\n```\n\n\n\n### Result\n![vokoscreenNG-2024-01-14_14-19-56 801](https://github.com/v613/ToonilyDownloader/assets/15879258/a956ac9c-b540-44f8-b8c6-326b52e8f5f2)\n\n### Setup a better experience\nTo have a better experience, it is recommended to save, move, or copy it to the \"/usr/local/bin\" directory. This directory is typically included in the system's PATH, which allows you to execute the script from any location in your terminal.\nIn Windows platforms, you need to throw the executable into a directory that is already in the PATH, or add a new one.\n\nHere is how you can do it:\n\n1. Open a terminal.\n2. Assuming you have the \"toonily-dl.sh\" script already downloaded or available on your system, navigate to the directory where the script is located.\n3. Once you are in the directory with the script, you can use the following command to move it to the \"/usr/local/bin\" directory:\n   ```bash\n   sudo mv toonily-dl.sh /usr/local/bin/toonily\n   ```\n   This command will prompt you for your password, as it requires administrator privileges to move a file to the \"/usr/local/bin\" directory.\n   \u003e Make sure you have the necessary execution permissions for the script by running:\n   \u003e\n   \u003e```bash\n   \u003esudo chmod 755 /usr/local/bin/toonily-dl\n   \u003e```\n   \u003e\n   \u003e This will make the script executable.\n\n5. After providing your password, the script will be moved to the \"/usr/local/bin\" directory.\n\nWith the script in this directory, you can now execute it from any location in your terminal by simply typing \"toonily-dl\". \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv613%2Ftoonily-dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv613%2Ftoonily-dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv613%2Ftoonily-dl/lists"}