Download mp3 of every video of playlist from youtube url
First, clone the repository and go to the directory you downloaded
Run:
pip3 install pytube
or:
pip install pytube
And run the main.py file:
python3 main.py
or:
python main.py
Enter type of the content you want to download. For now, the options are playlist or video.
Enter the url of the said type of content, and click enter
MP3s will be in result directory
:)
Creator of original: @0x01h