--- title: Youtube Music emoji: 🎧 colorFrom: red colorTo: red sdk: gradio sdk_version: 5.23.1 app_file: app.py pinned: false --- # YouTube MP3 Downloader This application allows you to paste YouTube links and download them as MP3 files. It uses Gradio for the web interface and `yt-dlp` for downloading. ## Features - Input YouTube links (one per line). - Converts videos to MP3 format with thumbnails. - Downloads all MP3s as a ZIP file. ## How to Use 1. Paste YouTube links in the provided textbox. 2. Click the "Download MP3s" button. 3. Download the ZIP file containing MP3 files.