{"id":26448644,"url":"https://github.com/printfer/dlp-utils","last_synced_at":"2025-03-18T14:35:19.156Z","repository":{"id":186314050,"uuid":"674968555","full_name":"printfer/dlp-utils","owner":"printfer","description":"dlp-utils is a utility script for yt-dlp","archived":false,"fork":false,"pushed_at":"2023-11-28T04:06:13.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-11-29T04:41:54.525Z","etag":null,"topics":["bash-script","bash-scripting","playlist","playlist-downloader","playlist-manager","shell-script","shell-scripting","yt-dlp","yt-dlp-wrapper"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/printfer.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}},"created_at":"2023-08-05T10:34:46.000Z","updated_at":"2023-11-29T04:41:54.526Z","dependencies_parsed_at":"2023-11-28T04:47:14.987Z","dependency_job_id":null,"html_url":"https://github.com/printfer/dlp-utils","commit_stats":null,"previous_names":["printfer/dlp-utils"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printfer%2Fdlp-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printfer%2Fdlp-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printfer%2Fdlp-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printfer%2Fdlp-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/printfer","download_url":"https://codeload.github.com/printfer/dlp-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244240965,"owners_count":20421560,"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","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-script","bash-scripting","playlist","playlist-downloader","playlist-manager","shell-script","shell-scripting","yt-dlp","yt-dlp-wrapper"],"created_at":"2025-03-18T14:35:18.510Z","updated_at":"2025-03-18T14:35:19.151Z","avatar_url":"https://github.com/printfer.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dlp-utils\n\nThis is a utility script for `yt-dlp`, a powerful command-line program used to download videos from various video platforms.\n\n## Getting Started\n\n### Local Installation and Usage\n\nTo use `dlp-utils`, first download the script to your local system. Then change the permissions of the script to make it executable:\n\n```bash\nchmod +x dlp-utils\n```\n\nAfter that, simply run:\n\n```bash\n./dlp-utils [OPTIONS] \u003cplaylist URL\u003e\n```\n\n### Running Directly Online\n\nYou can also run the script directly from an online source without a local installation, using either `curl` or `wget`:\n\n**Using curl:**\n\n```bash\ncurl -sSL https://raw.githubusercontent.com/printfer/dlp-utils/master/dlp-utils.sh | sh -s -- [OPTIONS] \u003cplaylist URL\u003e\n```\n\n**Using wget:**\n\n```bash\nwget -qO- https://raw.githubusercontent.com/printfer/dlp-utils/master/dlp-utils.sh | sh -s -- [OPTIONS] \u003cplaylist URL\u003e\n```\n\n## Options\n\nThe `dlp-utils` script supports several options to customize your download:\n\n```\nUsage: dlp-utils [OPTIONS] \u003cplaylist URL\u003e\nOptions:\n  -h, --help           Display this help message\n  -v, --version        Show the version of the script\n  -a, --audio-only     Download audio-only format of the media\n  -s, --subtitles      Download all available subtitles\n  -l, --language LANG  Specify subtitle language(s) as a comma-separated list. Refer to yt-dlp's --sub-langs format for more details.\n  -m, --metadata       Embed metadata into the downloaded media\n  -t, --thumbnail      Embed thumbnail into the downloaded media\n```\n\n## Additional Notes\n\n- Make sure to provide a valid playlist URL when using the script.\n- `yt-dlp` must be installed for the script to run. It will prompt for installation if not found.\n- For the thumbnail embedding functionality, additional dependencies might be required. On Arch Linux, for example, you may need to install the `atomicparsley` and/or `python-mutagen` packages to embed thumbnails in specific media formats. Ensure to check and install necessary packages for your operating system to make use of this feature.\n\n## License\n\n[![](https://www.gnu.org/graphics/agplv3-with-text-162x68.png)](https://www.gnu.org/licenses/agpl-3.0.html)\n\nThis project is licensed under the AGPLv3 License. See the [LICENSE](LICENSE) file for more information.\n\nCopyright © 2023 [Printfer](https://github.com/printfer)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprintfer%2Fdlp-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprintfer%2Fdlp-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprintfer%2Fdlp-utils/lists"}