A simple Python YouTube downloader with playlist support
- Head over to Releases and download the latest binary release for your operating system.
- Run the downloaded file
- Download the latest version of Python if you havent already
- Download the files
- Run the setup script to install all the necessary libraries
setup.bat
if you're on Windowssetup.sh
for Linux and Windows
- Open up a Terminal or CMD window in the directory where you put the project files
- Run the program
- If using Python 3.9 or older, run it using
python main.py
- If using Python 3.10 or newer, run it using
py main.py
Some antiviruses may flag the binaries as a virus. I assure you it is NOT a virus. It is being flagged due to the way PyInstaller packs the program into an exe or such. If you really want, you may decompile the binaries using some PyInstaller decompiler and compare the code with the source (main.py) yourself.