Download videos and audio from YouTube in good quality for free
Files are downloaded thanks to the yt-dlp library and the ffmpeg program To install all the necessary libraries, open the Python terminal and enter one by one
- pip install yt-dlp
- pip install ffmpeg-python
- pip install ffmpeg