{"id":21625039,"url":"https://github.com/totaie/audacity-quick-downloader","last_synced_at":"2026-05-12T19:02:11.453Z","repository":{"id":264287349,"uuid":"892938944","full_name":"Totaie/Audacity-Quick-Downloader","owner":"Totaie","description":"Audacity-Quick-Downloader is a quick and easy MP3 importer for Audacity, saving you the time of needing to download an MP3 off of any sketchy YouTube-to-MP3 website.","archived":false,"fork":false,"pushed_at":"2025-02-05T02:56:27.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T03:27:09.034Z","etag":null,"topics":["audacity","audio","youtube","youtube-downloader"],"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/Totaie.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":"2024-11-23T05:12:29.000Z","updated_at":"2025-02-05T02:56:30.000Z","dependencies_parsed_at":"2024-11-24T23:20:32.393Z","dependency_job_id":null,"html_url":"https://github.com/Totaie/Audacity-Quick-Downloader","commit_stats":null,"previous_names":["totaie/audacity-yt-downloader","totaie/audacity-quick-downloader"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Totaie%2FAudacity-Quick-Downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Totaie%2FAudacity-Quick-Downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Totaie%2FAudacity-Quick-Downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Totaie%2FAudacity-Quick-Downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Totaie","download_url":"https://codeload.github.com/Totaie/Audacity-Quick-Downloader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244297667,"owners_count":20430344,"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":["audacity","audio","youtube","youtube-downloader"],"created_at":"2024-11-25T01:07:36.191Z","updated_at":"2026-05-12T19:02:11.347Z","avatar_url":"https://github.com/Totaie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Audacity-Quick-Downloader\n\n## _Powered with Python_\n\nAudacity-Quick-Downloader is a quick and easy MP3 importer for Audacity, saving you the time of needing to download an MP3 off of any sketchy YouTube-to-MP3 website or Apple Music Website.\n\n## Features\n\n- A `.bat` file to quickly run the Python script, with a shortcut for easy access anywhere.\n- Automatically imports your MP3 into Audacity after downloading.\n- Supports YouTube playlist downloads for easy batch importing of multiple MP3s.\n- **New:** Supports Apple Music downloads using cookies for authentication.\n\n## Installation\n\n### Prerequisites\n\nMake sure you have the following installed:\n\n- **Python 3.8+** (We used Python 3.11.8, but it should work with any version above 3.8).\n- **Audacity 3.1+** (We used Audacity 3.4.2, but it should work with any version above 3.1).\n- **yt-dlp** (Python library for downloading YouTube videos).\n- **ffmpeg** (Required by yt-dlp to extract audio).\n- **Apple Music Subscription** (Required to download from Apple Music).\n- **Apple Music Cookies File** (Required to authenticate with Apple Music, see instructions below).\n\n### Steps to Install\n\n1. **Clone the Repository:**\n\n   ``git clone https://github.com/Totaie/Audacity-YT-Downloader.git\n   cd Audacity-YT-Downloader``\n**Install Required Dependencies:**\n\nYou can install the required Python libraries using pip:\n\n`pip install -r requirements.txt`\nEnsure that yt-dlp is installed (it should be listed in requirements.txt):\n\n`pip install yt-dlp\nInstall ffmpeg` if you haven't already:\n\n**Windows:** Download from FFmpeg.org and add the binary to your system's PATH.\nSet Up Audacity:\n\nEnsure that the **mod-script-pipe** extension is enabled in Audacity. This is required for importing files directly via the Python script.\nInstructions for enabling the script pipe can be found on the Audacity wiki.\n\n**Set Up Apple Music:**\n\nTo download from Apple Music, you need to export your session cookies:\n\nSign in to your Apple Music account in your browser.\nUse one of the following browser extensions to export your cookies in Netscape format:\nFirefox: Export Cookies Extension\nChromium-based browsers: Export Cookies Extension\nSave the exported cookies file as `cookies.txt` in the same directory as the script, or provide the path using a command-line argument or configuration file.\nNote: Make sure the cookies file contains your active Apple Music session and that your subscription is valid.\n\n## Run the Script:\n\nYou can either run the script directly from the Python terminal: `python main.py`\nOr, you can use the provided .bat file (run.bat) to easily run the script by double-clicking it. The .bat file will call the Python script from anywhere on your system.\n\n### Steps to Use the Script\nOpen Audacity\nMake sure that Audacity is running and the mod-script-pipe extension is enabled. You can enable this by going to: `Edit \u003e Preferences \u003e Modules \u003e Enable mod-script-pipe.`\n\nRun the Script or .bat Shortcut\nYou can run the script directly using the Python terminal or use the provided .bat file (shortcut) for quick execution. If using the .bat file, simply double-click it.\n\nEnter the URL\n\n**For YouTube:** Enter the YouTube video or playlist URL when prompted.\n\n**For Apple Music:** Enter the Apple Music track or playlist URL when prompted, and ensure the cookies.txt file is in place.\n\n**Download and Import**\nThe script will automatically download the MP3(s) and import them into Audacity.\n\n**Move and Clean Up**\n\nAfter downloading and importing, the MP3 files will be moved to your Downloads folder. Any temporary folders used during the download process will be deleted.\n\n## Troubleshooting\nIf you receive an error similar to this:\n\n`FileNotFoundError: [Errno 2] No such file or directory: '\\\\\\\\.\\\\pipe\\\\ToSrvPipe'`\nYou can fix this by:\n\nRestarting either the script or Audacity.\nEnsure the mod-script-pipe extension is enabled in Audacity:\nGo to `Edit \u003e Preferences \u003e Modules.`\nCheck the box next to Enable mod-script-pipe.\n\n### Example Commands\n\n**For a single YouTube video:**\n`python main.py https://www.youtube.com/watch?v=dQw4w9WgXcQ`\n\n**For a YouTube playlist:**\n`python main.py https://www.youtube.com/watch?v=Uj1ykZWtPYI\u0026list=PL9JM2aC37BG03vlqyhiYX54NG_thqqvbg`\n\n**For an Apple Music track:**\n`python main.py https://music.apple.com/us/album/song-title/id1234567890`\n\n**For an Apple Music playlist:**\n`python main.py https://music.apple.com/us/playlist/playlist-title/id1234567890`\n\n## Contributing\nIf you want to contribute to this project, feel free to fork the repository, make changes, and submit a pull request. We welcome any improvements, bug fixes, or new features!\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Update\nThis update includes the instructions for setting up Apple Music cookies and the new Apple Music support. Let me know if you need any more changes!\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotaie%2Faudacity-quick-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftotaie%2Faudacity-quick-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotaie%2Faudacity-quick-downloader/lists"}