{"id":30136625,"url":"https://github.com/mohammadmansour200/extra-demucs","last_synced_at":"2026-01-20T17:34:54.848Z","repository":{"id":304829806,"uuid":"1020134276","full_name":"mohammadmansour200/extra-demucs","owner":"mohammadmansour200","description":"Extended Demucs with yt-dlp and Video support.","archived":false,"fork":false,"pushed_at":"2025-07-27T23:16:52.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-27T23:22:44.815Z","etag":null,"topics":["demucs","music-remover","stem-separation","vocal-separation","yt-dlp"],"latest_commit_sha":null,"homepage":"","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/mohammadmansour200.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}},"created_at":"2025-07-15T11:47:08.000Z","updated_at":"2025-07-27T23:16:55.000Z","dependencies_parsed_at":"2025-07-16T07:13:35.944Z","dependency_job_id":null,"html_url":"https://github.com/mohammadmansour200/extra-demucs","commit_stats":null,"previous_names":["mohammadmansour200/extra-demucs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohammadmansour200/extra-demucs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadmansour200%2Fextra-demucs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadmansour200%2Fextra-demucs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadmansour200%2Fextra-demucs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadmansour200%2Fextra-demucs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohammadmansour200","download_url":"https://codeload.github.com/mohammadmansour200/extra-demucs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadmansour200%2Fextra-demucs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269803855,"owners_count":24477658,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":["demucs","music-remover","stem-separation","vocal-separation","yt-dlp"],"created_at":"2025-08-10T23:10:19.760Z","updated_at":"2026-01-20T17:34:54.836Z","avatar_url":"https://github.com/mohammadmansour200.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://pypi.org/project/extra-demucs\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/extra-demucs?label=PyPI%20Version\u0026color=limegreen\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/extra-demucs\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/pypi/pyversions/extra-demucs?color=limegreen\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/mohammadmansour200/extra-demucs/blob/main/LICENSE\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/pypi/l/extra-demucs?color=limegreen\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://pepy.tech/project/extra-demucs\" target=\"_blank\"\u003e\u003cimg src=\"https://static.pepy.tech/badge/extra-demucs\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://baseet.netlify.app/ai\" target=\"_blank\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n`extra_demucs`: Extended [Demucs](https://github.com/facebookresearch/demucs) with yt-dlp media downloading and Video\nMusic removal\n\n## Features\n\n- 🎧 **Vocal isolation** using Demucs (`--two-stems vocals`)\n- 📥 **Media download** from URLs (e.g., YouTube) using `yt-dlp`\n- 📁 Works with both **audio** and **video** files\n- ✅ Local + remote (URL) input support\n\n## Get started\n\n*Make sure you have [ffmpeg](https://www.ffmpeg.org/download.html) installed.*\n\n```bash\nsudo apt install ffmpeg\n```\n\nDownload package:\n\u003e Requires Python 3.9+\n\n```bash\npip install extra-demucs\n```\n\n## Usage\n\n```bash\nfrom extra_demucs.separate import extra_separator\n\nextra_separator(\n    files=[\n        \"https://www.youtube.com/watch?v=123\",\n        \"local_audio.mp3\"\n    ],\n    download_format=\"audio\",   # or \"video\"\n    quality=\"medium\",     # \"low\", \"medium\", \"high\"\n    output_dir=\"outputs\"\n)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadmansour200%2Fextra-demucs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohammadmansour200%2Fextra-demucs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadmansour200%2Fextra-demucs/lists"}