Skip to content

A simple Jupyter Notebook tool that downloads audio from YouTube videos and converts it into high-quality 320kbps MP3 format.

License

Notifications You must be signed in to change notification settings

rayan2162/mp3-download-from-youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mp3 audio file download from youtube

To avoid complexity use google colab for running the ipynb file

A simple Jupyter Notebook to download audio from YouTube videos and convert it into high-quality 320kbps MP3 using yt-dlp and FFmpeg.


Features

  • Download YouTube audio: Uses yt-dlp to extract the best available audio.
  • Convert to MP3: Converts the audio to 320kbps MP3 using FFmpeg.

How to Use

  1. Clone the repository:

        git clone https://github.com/rayan2162/mp3-download-from-youtube.git
        cd yt-audio-downloader
  2. Open the Jupyter Notebook:

    Launch your notebook environment (use google colab for avoiding complexity) and open the file yt_audio_downloader.ipynb.

  3. Run the notebook cells:

    • Follow the instructions in the notebook.
    • Enter the YouTube video URL when prompted.
  4. Check the Downloads Folder:

    • After running the download cell, the audio file will appear in the downloads/ folder.
    • You can access it from the right sidebar in the Jupyter Notebook interface.

License

This project is licensed under the MIT License.

About

A simple Jupyter Notebook tool that downloads audio from YouTube videos and converts it into high-quality 320kbps MP3 format.

Topics

Resources

License

Stars

Watchers

Forks