This program will download the audio from specified youtube video.
This code allows you to play the audio from a YouTube video.
- Python 3.x
- yt-dlp
pip install yt-dlp
python youtube_audio_player.py
This will prompt you to enter the YouTube video link. Once you have entered the link, the audio from the video will be downloaded and played.
Example python youtube_audio_player.py
Enter the YouTube video link: https://www.youtube.com/watch?v=dQw4w9WgXcQ
Playing audio from YouTube video...
Done!
This code was written by Mr.Py AKA GhostByte on GitHub.
This code is licensed under the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007