{"id":17258165,"url":"https://github.com/caligatio/youtube-archiver","last_synced_at":"2025-04-14T06:11:15.112Z","repository":{"id":42853978,"uuid":"256420886","full_name":"Caligatio/youtube-archiver","owner":"Caligatio","description":"Local YouTube downloader/archive Docker image","archived":false,"fork":false,"pushed_at":"2023-10-10T20:24:38.000Z","size":449,"stargazers_count":9,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T19:54:31.137Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Caligatio.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}},"created_at":"2020-04-17T06:28:30.000Z","updated_at":"2023-08-19T18:47:09.000Z","dependencies_parsed_at":"2023-02-10T10:31:09.658Z","dependency_job_id":null,"html_url":"https://github.com/Caligatio/youtube-archiver","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caligatio%2Fyoutube-archiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caligatio%2Fyoutube-archiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caligatio%2Fyoutube-archiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caligatio%2Fyoutube-archiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Caligatio","download_url":"https://codeload.github.com/Caligatio/youtube-archiver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830395,"owners_count":21168272,"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":[],"created_at":"2024-10-15T07:19:41.260Z","updated_at":"2025-04-14T06:11:15.081Z","avatar_url":"https://github.com/Caligatio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouTube Archiver\n\nYouTube Archiver is a clean HTML 5 web interface with a Python 3.7+ asyncio\nmultithreaded [youtube-dl] backend capable of downloading audio and/or video\nfrom any source that youtube-dl supports. It targets a Docker-based deployment\nbut can be run without the use of Docker with some work.\n\n![YouTube Archiver Screenshot](https://caligatio.github.io/youtube-archiver/screenshot.png)\n\n## Usage\n\nIf you would like to use the pre-built image:\n\n```console\n# You may want to mount a volume into /data, it needs to be globally R/W\ndocker run -ti -p 8080:8080 ghcr.io/caligatio/youtube-archiver:master\n```\n\nIf you would like to build the image yourself:\n\n```console\ngit clone https://github.com/Caligatio/youtube-archiver.git\ncd youtube-archiver\ndocker build . -t youtube-archiver\n\n# You may want to mount a volume into /data, it needs to be globally R/W\ndocker run -ti -p 8080:8080 youtube-archiver\n```\n\nYou should now be able to browse to http://localhost:8080 or equivalent\nhostname/IP.\n\n## Motivation\n\nFor those familiar with command line interfaces, youtube-dl is a great way of\ndownloading audio and/or video from a host of websites. This project seeks to\nuse a number of \"best practice\" settings to simplify youtube-dl's usage as well\nas bundle dependencies such as FFmpeg. If you're already a happy user of\nyoutube-dl, you probably will not derive much benefit from this project.\n\nYouTube Archiver does add some minor additional functionality on top of vanilla\nyoutube-dl:\n\n- The merging of bestaudio+bestvideo and optional extraction of audio to a MP3\n  file is performed in one invocation of youtube-dl.\n- It will transcode all audio that will be embedded in video into MP4/AAC\n  (increases compatibility with streaming devices).\n- It will automatically grab and embed English subtitles for any video that\n  provides subtitles.\n- Users can queue up as many downloads as they wish at once without waiting for\n  previous downloads to finish.\n\n[youtube-dl]: https://ytdl-org.github.io/youtube-dl/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaligatio%2Fyoutube-archiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaligatio%2Fyoutube-archiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaligatio%2Fyoutube-archiver/lists"}