{"id":15086005,"url":"https://github.com/bryanfks-dev/yt-downloader","last_synced_at":"2026-01-23T03:50:48.827Z","repository":{"id":252211920,"uuid":"839177049","full_name":"bryanfks-dev/YT-Downloader","owner":"bryanfks-dev","description":"Simple python API to download video and audio from youtube","archived":false,"fork":false,"pushed_at":"2024-10-12T16:32:50.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T23:15:04.973Z","etag":null,"topics":["ffmpeg","pytubefix"],"latest_commit_sha":null,"homepage":"","language":"Python","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/bryanfks-dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-07T05:37:57.000Z","updated_at":"2024-10-12T16:32:54.000Z","dependencies_parsed_at":"2024-08-21T09:24:45.298Z","dependency_job_id":"a67b5d7a-819b-456f-ba99-326acdcf7c73","html_url":"https://github.com/bryanfks-dev/YT-Downloader","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.2142857142857143,"last_synced_commit":"11195c9f26b66adcd4add4c5978e31b70e8b808a"},"previous_names":["bryanfks-dev/yt-downloader"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanfks-dev%2FYT-Downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanfks-dev%2FYT-Downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanfks-dev%2FYT-Downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanfks-dev%2FYT-Downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryanfks-dev","download_url":"https://codeload.github.com/bryanfks-dev/YT-Downloader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248312134,"owners_count":21082638,"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":["ffmpeg","pytubefix"],"created_at":"2024-09-25T07:02:51.797Z","updated_at":"2026-01-23T03:50:48.786Z","avatar_url":"https://github.com/bryanfks-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YT Downloader\r\n\r\nSimple Python API to download any youtube videos or playlists in any video or audio format.\r\n\r\n## Requirements\r\n- **Python** \u003e= 3.7\r\n- **pip**\r\n- **FFmpeg** [Check this out](https://www.ffmpeg.org/)\r\n\r\n## Installation\r\n\r\n1. **Clone the repository**\r\n\r\n```\r\ngit clone https://github.com/bryanfks-dev/YT-Downloader.git\r\n```\r\n\r\n2. **Modify config.py as you like**\r\n\r\n```json\r\n#/lib/config.py\r\n\r\n{\r\n    \"OUTPUT_FILE\": {\r\n        \"VIDEO\": {\r\n            # The extension of the video file\r\n            # e.g mp4, mkv, etc.\r\n            \"EXTENSION\": \"mp4\",\r\n            \"PATH\": \"./videos/\",\r\n        },\r\n        \"AUDIO\": {\r\n            # The extension of the audio file\r\n            # e.g mp3, m4a, etc.\r\n            \"EXTENSION\": \"mp3\",\r\n            \"PATH\": \"./audios/\",\r\n        },\r\n    }\r\n}\r\n```\r\n\r\n3. **Install needed depedencies**\r\n\r\n```bash\r\npip install requirements.txt\r\n```\r\n\r\n4. **Run main.py**\r\n\r\n```bash\r\npython main.py\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanfks-dev%2Fyt-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanfks-dev%2Fyt-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanfks-dev%2Fyt-downloader/lists"}