{"id":50962437,"url":"https://github.com/httpjamesm/yt-dlp-docker","last_synced_at":"2026-06-18T15:34:12.276Z","repository":{"id":346697653,"uuid":"1191191231","full_name":"httpjamesm/yt-dlp-docker","owner":"httpjamesm","description":"Sandboxed yt-dlp in Docker","archived":false,"fork":false,"pushed_at":"2026-03-25T02:15:07.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-26T08:42:00.667Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/httpjamesm.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":"2026-03-25T02:14:25.000Z","updated_at":"2026-03-25T02:15:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/httpjamesm/yt-dlp-docker","commit_stats":null,"previous_names":["httpjamesm/yt-dlp-docker"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/httpjamesm/yt-dlp-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpjamesm%2Fyt-dlp-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpjamesm%2Fyt-dlp-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpjamesm%2Fyt-dlp-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpjamesm%2Fyt-dlp-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httpjamesm","download_url":"https://codeload.github.com/httpjamesm/yt-dlp-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpjamesm%2Fyt-dlp-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34497368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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":[],"created_at":"2026-06-18T15:34:10.977Z","updated_at":"2026-06-18T15:34:12.261Z","avatar_url":"https://github.com/httpjamesm.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yt-dlp Docker\n\nLightweight, sandboxed yt-dlp container based on Alpine Linux.\n\n## Build\n\n```sh\ndocker build -t yt-dlp .\n```\n\n## Usage\n\nDownloads go to your current directory:\n\n```sh\ndocker run --rm -v \"$(pwd):/downloads\" yt-dlp \u003cURL\u003e\n```\n\nPass any yt-dlp flags as normal:\n\n```sh\n# Download best audio as mp3\ndocker run --rm -v \"$(pwd):/downloads\" yt-dlp -x --audio-format mp3 \u003cURL\u003e\n\n# List available formats\ndocker run --rm yt-dlp -F \u003cURL\u003e\n\n# Download specific format\ndocker run --rm -v \"$(pwd):/downloads\" yt-dlp -f bestvideo+bestaudio \u003cURL\u003e\n```\n\n## Optional: shell alias\n\nAdd to your shell config (`~/.bashrc`, `~/.zshrc`, `config.fish`, etc.):\n\n```sh\n# bash/zsh\nalias yt-dlp='docker run --rm -v \"$(pwd):/downloads\" yt-dlp'\n\n# fish\nalias yt-dlp='docker run --rm -v (pwd):/downloads yt-dlp'\n```\n\nThen use it exactly like the native tool:\n\n```sh\nyt-dlp \u003cURL\u003e\n```\n\n## Security\n\n- Runs as non-root user (`ytdlp`, uid 1000)\n- No network access beyond what Docker allows\n- Only `/downloads` is mounted — no access to the rest of your filesystem\n- Read-only root filesystem compatible (add `--read-only --tmpfs /tmp` if desired)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttpjamesm%2Fyt-dlp-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhttpjamesm%2Fyt-dlp-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttpjamesm%2Fyt-dlp-docker/lists"}