{"id":15397299,"url":"https://github.com/bloomca/youtube-mp3-grabber","last_synced_at":"2026-04-18T06:37:05.809Z","repository":{"id":84079637,"uuid":"83096923","full_name":"Bloomca/youtube-mp3-grabber","owner":"Bloomca","description":"Application to follow channels on youtube and convert new episodes to mp3","archived":false,"fork":false,"pushed_at":"2017-02-25T10:30:02.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T00:18:45.658Z","etag":null,"topics":["python","sqlite","youtube"],"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/Bloomca.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}},"created_at":"2017-02-25T01:23:39.000Z","updated_at":"2019-10-19T04:20:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2a0f6db-6fe1-402d-885d-2933f1ac6cc1","html_url":"https://github.com/Bloomca/youtube-mp3-grabber","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"fa08890d032460424bf9ab45ef14f5f5e578b281"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bloomca/youtube-mp3-grabber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bloomca%2Fyoutube-mp3-grabber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bloomca%2Fyoutube-mp3-grabber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bloomca%2Fyoutube-mp3-grabber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bloomca%2Fyoutube-mp3-grabber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bloomca","download_url":"https://codeload.github.com/Bloomca/youtube-mp3-grabber/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bloomca%2Fyoutube-mp3-grabber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31959881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["python","sqlite","youtube"],"created_at":"2024-10-01T15:36:56.271Z","updated_at":"2026-04-18T06:37:05.761Z","avatar_url":"https://github.com/Bloomca.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Youtube-grabber\n\n[![Build Status](https://travis-ci.org/Bloomca/youtube-mp3-grabber.svg?branch=master)](https://travis-ci.org/Bloomca/youtube-mp3-grabber)\n\nThis is a simple CLI application which allows to subscribe to channels in youtube, and then you'll be able to download all new episodes (s), both as a video and an audio. I use it for automatic downloading audios, to be able to listen it as a podcast later. \nAll subscriptions and latest timestamps are stored in sqlite, so episodes shouldn't be downloaded twice.\n\n## Starting locally\n\nIf you want to start it locally, you have to have next things:\n```shell\npip\nsqlite3 # for storing subscriptions and timestamps\nffmpeg # for converting video to mp3\n```\n\nTo actually use the application, do the following steps:\n```shell\nmkdir audios videos # for placing files\n# activate virtualenv\npip install -r requirements.txt\npython src/db.py # to set up sqlite db\npython \n```\n\n## Usage\n\nIt is a CLI app built with [click](http://click.pocoo.org/5/), so the help is available via the command:\n```shell\npython src/application.py --help\n```\n\nBasically, where are few flags and commands.\nFlags:\n- channel -- channel id to subscribe/unsubscribe\n- name -- name for the channel (all files will be prefixed with it)\n- key -- Youtube API key. It is annoying, but I can't compromise mine, sorry\n\nCommands:\n- subscribe -- subscribe to the given channel, saving given name. It will subscribe and set timestamp to current momemnt, so only episoded which were published after will be downloaded\n- show -- show all active subscriptions, with the date of the last fetching\n- update -- actual fetching of all new episodes. It will download everything, convert video to mp3 and place to the corresponding folders, and after this update the timestamp.\n\n## License\n\nMIT License\n\nCopyright (c) 2017 Vsevolod Zaikov\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloomca%2Fyoutube-mp3-grabber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbloomca%2Fyoutube-mp3-grabber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloomca%2Fyoutube-mp3-grabber/lists"}