{"id":15809195,"url":"https://github.com/zordius/youtube_dl","last_synced_at":"2025-03-31T23:44:34.658Z","repository":{"id":19620030,"uuid":"22871629","full_name":"zordius/youtube_dl","owner":"zordius","description":"A nodejs command line tool to download youtube playlist into mp3 files","archived":false,"fork":false,"pushed_at":"2014-09-07T08:45:25.000Z","size":236,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-06T03:20:19.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zordius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-12T09:16:30.000Z","updated_at":"2017-03-10T21:20:15.000Z","dependencies_parsed_at":"2022-08-23T20:40:37.172Z","dependency_job_id":null,"html_url":"https://github.com/zordius/youtube_dl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zordius%2Fyoutube_dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zordius%2Fyoutube_dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zordius%2Fyoutube_dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zordius%2Fyoutube_dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zordius","download_url":"https://codeload.github.com/zordius/youtube_dl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246558113,"owners_count":20796696,"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-05T03:20:29.309Z","updated_at":"2025-03-31T23:44:34.635Z","avatar_url":"https://github.com/zordius.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"youtube_dl\n==========\n\nA nodejs command line tool to download youtube playlist into mp3 files\n\nHow to use (for developers)\n---------------------------\n\nFirst, you should create a google API project with a project key.\n\nThen...\n\n1) fetch playlist json data.\n```\nnode playlist.js project_key play_list_id \u003e playlist.json\n```\n\n2) download files by json data\n```\nnode download.js ./playlist.json\n```\n\n3) convert mp4 files to mp3 files (ffmpeg required)\n```\nfor F in *.mp4; do ffmpeg -i \"$F\" -vn -acodec libmp3lame \"${F%.mp4}.mp3\"; done\n```\n\nHow to download (for none developers)\n-------------------------------------\n\n1. install nodejs from http://nodejs.org/\n2. \n\nWhy this tool?\n--------------\n\nI created this to download my youtube playlist: 初音系列-名曲影片收錄計劃\nhttps://www.youtube.com/playlist?list=PLd9h8qIvou__eaEQ6XFHR6Z3DmDVfz_r_\n\nThe name of file will fit into my notes, and then I can play these mp3 files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzordius%2Fyoutube_dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzordius%2Fyoutube_dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzordius%2Fyoutube_dl/lists"}