downloads video or audio of youtube video or an entire playlist
- I use pafy module to download youtube videos. via the User Interface, you can choose whether to download a video or an audio
- you paste the url in playlist url and the script will know if it is a playlist or a single video
- tkinter is used for the GUI
- pafy module:
pip install pafy
- if you are having trouble with pafy, install youtube-dl
pip install youtube_dl