Python script for getting mp3 files from youtube playlist

python script for getting mp3 files from youtube playlist.

Do your non-tech brown relatives ask you for downloading music from the internet and upload it to their mobile phones? You can’t say no to them because you love them? Look no further, you are in the right repo xD

Overview

It’s a simple pytube and moviepy implementation. It retrieves the URLs of the videos of the playlist and converts them to mp3 upon downloading.

Prerequisites

  • You will need have Python3
  • Setup virtualenv and install dependencies from req.txt

your_pc$ virtualenv -p /usr/bin/python3 venv

your_pc$ source venv/bin/activate

 

 

 

To finish reading, please visit source site