Python GUI wrapper for download audio and video
- Python 3
- pip
- ffmpeg (https://ffmpeg.org)
- yt-dlp (https://github.com/yt-dlp/yt-dlp)
Windows
Comes with the python bundle.
Linux
sudo apt-get install python3-tkMacOS
brew install python-tkpip install -r requirements.txtWindows (PowerShell with Administration rights)
choco install ffmpegLinux
sudo apt-get install ffmpegMacOS
brew install ffmpegInstall pyinstaller
pip install pyinstallerGenerate the binary
pyinstaller --onefile --noconsole yotb-dl.py