{"id":17061881,"url":"https://github.com/phlak/docker-youtube-dl","last_synced_at":"2025-07-23T09:32:31.413Z","repository":{"id":23275130,"uuid":"98599627","full_name":"PHLAK/docker-youtube-dl","owner":"PHLAK","description":"Docker image for youtube-dl","archived":false,"fork":false,"pushed_at":"2023-04-01T23:56:38.000Z","size":74,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-15T10:48:34.848Z","etag":null,"topics":["docker","docker-image","docker-youtube-dl","youtube-api"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/phlak/youtube-dl/","language":"Dockerfile","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/PHLAK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"PHLAK","patreon":"PHLAK","custom":"https://paypal.me/ChrisKankiewicz"}},"created_at":"2017-07-28T02:33:31.000Z","updated_at":"2021-12-23T19:51:11.000Z","dependencies_parsed_at":"2023-02-17T11:55:18.411Z","dependency_job_id":null,"html_url":"https://github.com/PHLAK/docker-youtube-dl","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHLAK%2Fdocker-youtube-dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHLAK%2Fdocker-youtube-dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHLAK%2Fdocker-youtube-dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHLAK%2Fdocker-youtube-dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PHLAK","download_url":"https://codeload.github.com/PHLAK/docker-youtube-dl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227266032,"owners_count":17755685,"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":["docker","docker-image","docker-youtube-dl","youtube-api"],"created_at":"2024-10-14T10:48:30.601Z","updated_at":"2024-11-30T03:42:16.842Z","avatar_url":"https://github.com/PHLAK.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/PHLAK","https://patreon.com/PHLAK","https://paypal.me/ChrisKankiewicz"],"categories":[],"sub_categories":[],"readme":"docker-youtube-dl\n=================\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/PHLAK/docker-youtube-dl/discussions\"\u003e\u003cimg src=\"https://img.shields.io/badge/Join_the-Community-7b16ff.svg?style=for-the-badge\" alt=\"Join the Community\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/users/PHLAK/sponsorship\"\u003e\u003cimg src=\"https://img.shields.io/badge/Become_a-Sponsor-cc4195.svg?style=for-the-badge\" alt=\"Become a Sponsor\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://paypal.me/ChrisKankiewicz\"\u003e\u003cimg src=\"https://img.shields.io/badge/Make_a-Donation-006bb6.svg?style=for-the-badge\" alt=\"One-time Donation\"\u003e\u003c/a\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://hub.docker.com/repository/docker/phlak/youtube-dl/tags\"\u003e\u003cimg alt=\"Docker Image Version\" src=\"https://img.shields.io/docker/v/phlak/youtube-dl?style=flat-square\u0026sort=semver\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://hub.docker.com/repository/docker/phlak/youtube-dl\"\u003e\u003cimg alt=\"Docker Pulls\" src=\"https://img.shields.io/docker/pulls/phlak/youtube-dl?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/PHLAK/docker-youtube-dl/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/PHLAK/docker-youtube-dl?style=flat-square\" alt=\"License\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://hub.docker.com/repository/docker/phlak/youtube-dl/builds\"\u003e\u003cimg alt=\"Docker Cloud Build Status\" src=\"https://img.shields.io/docker/cloud/build/phlak/youtube-dl?style=flat-square\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    Docker image for \u003ca href=\"https://ytdl-org.github.io/youtube-dl/\"\u003eyoutube-dl\u003c/a\u003e client.\n\u003c/p\u003e\n\n---\n\nRunning the Container\n---------------------\n\n    docker run -it --rm -v \"${PWD}:/vol/output phlak/youtube-dl\" [options] \u003curl\u003e\n\nBash Alias\n----------\n\nFor convinience you may add the following bash alias. This will allow you to run\n`youtube-dl` from the command line without all the docker fluff.\n\n    alias youtube-dl='docker run -it --rm -v \"${PWD}:/vol/output\" phlak/youtube-dl'\n\nTroubleshooting\n---------------\n\nFor general help and support join our [GitHub Discussions](https://github.com/PHLAK/docker-youtube-dl/discussions) or reach out on [Twitter](https://twitter.com/PHLAK).\n\nPlease report bugs to the [GitHub Issue Tracker](https://github.com/PHLAK/docker-youtube-dl/issues).\n\nCopyright\n---------\n\nThis project is licensed under the [MIT License](https://github.com/PHLAK/docker-youtube-dl/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphlak%2Fdocker-youtube-dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphlak%2Fdocker-youtube-dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphlak%2Fdocker-youtube-dl/lists"}