{"id":32780490,"url":"https://github.com/lzlhero/dlm3u8","last_synced_at":"2026-04-12T03:37:37.497Z","repository":{"id":320487314,"uuid":"1082293531","full_name":"lzlhero/dlm3u8","owner":"lzlhero","description":"A command-line m3u8 downloader for Windows, macOS, and Linux. ","archived":false,"fork":false,"pushed_at":"2026-02-02T15:13:26.000Z","size":178,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-04-12T03:37:17.735Z","etag":null,"topics":["aria2","aria2c","bash-script","batch-script","ffmpeg","javascript","linux","m3u8-downloader","macos","nodejs","windows"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lzlhero.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":"2025-10-24T03:00:20.000Z","updated_at":"2026-02-02T15:14:36.000Z","dependencies_parsed_at":"2025-10-24T04:29:07.583Z","dependency_job_id":"4459fdc1-02bf-4fc2-a7f9-5c1c27834c8b","html_url":"https://github.com/lzlhero/dlm3u8","commit_stats":null,"previous_names":["lzlhero/dlm3u8"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lzlhero/dlm3u8","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzlhero%2Fdlm3u8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzlhero%2Fdlm3u8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzlhero%2Fdlm3u8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzlhero%2Fdlm3u8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lzlhero","download_url":"https://codeload.github.com/lzlhero/dlm3u8/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzlhero%2Fdlm3u8/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31703501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"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":["aria2","aria2c","bash-script","batch-script","ffmpeg","javascript","linux","m3u8-downloader","macos","nodejs","windows"],"created_at":"2025-11-04T18:01:35.884Z","updated_at":"2026-04-12T03:37:37.489Z","avatar_url":"https://github.com/lzlhero.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dlm3u8 - A command-line m3u8 downloader\n\n## Introduction\n**dlm3u8** is a command-line m3u8 downloader for Windows, macOS, and Linux. It relies on **aria2**, **Node.js**, and **FFmpeg**.\n\n## Features\n* **Concurrent Download**: Uses aria2 for fast, resumable video segment downloads.\n* **Batch Download**: Supports downloading multiple m3u8 URLs from an input list file.\n* **Ad Removal**: Automatically detects and removes advertisement segments from videos.\n\n## Installation\nFirst, [aria2](https://aria2.github.io/), [Node.js](https://nodejs.org), and [FFmpeg](https://www.ffmpeg.org/) must be installed and available in the `PATH`.\n\nThen, download the [dlm3u8 zip package](https://github.com/lzlhero/dlm3u8/archive/refs/heads/master.zip) and extract it to a folder on your computer. Add the dlm3u8 folder to the `PATH`.\n\nFor macOS and Linux, make sure the following files are executable:\n```\nchmod +x dlm3u8\nchmod +x m3u8tomp4\nchmod +x rmhead\nchmod +x sget\n```\n\n## Usage\n**`dlm3u8`** is the downloader command.\n\n**See usage information:**\n```\ndlm3u8\n```\n\n**Download a single m3u8 file:**\n```\ndlm3u8 m3u8-url [output.mp4]\n```\n**Note**: If no output file is specified, the program uses `output.mp4` as the default filename. You may omit the `.mp4` extension — it will be added automatically. For example, specifying `abc` as the output name will save the file as `abc.mp4`.\n\n**Download multiple m3u8 files:**\n```\ndlm3u8 -i list.txt\n```\nExample of list.txt:\n```\nhttps://example.com/1/index.m3u8 filename1\nhttps://example.com/2/index.m3u8 filename2\nhttps://example.com/3/index.m3u8 filename3\n```\n**Note**: The input list file is used for batch downloading m3u8 URLs. Each line represents a download task, with the `URL` and `output file` separated by one or more `spaces` or `tabs`.\n\nWhen no output file is specified, the output files will be saved sequentially as `001.mp4`, `002.mp4`, `003.mp4`, and so on.\n\n## M3U8 Detector\n* Open `m3u8detector.html` in your web browser to add the **M3U8 Detector** bookmarklet.\n* Alternatively, copy the contents of `js/m3u8detector.js` and use it to create the **M3U8 Detector** bookmarklet.\n\n## Download\nhttps://github.com/lzlhero/dlm3u8/archive/refs/heads/master.zip\n\n## Author\nlzlhero \u003clzlhero@gmail.com\u003e\n\n## Project\nhttps://github.com/lzlhero/dlm3u8\n\n## License\nThis project is licensed under the GNU General Public License v3.0 (GPL-3.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flzlhero%2Fdlm3u8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flzlhero%2Fdlm3u8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flzlhero%2Fdlm3u8/lists"}