Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

22 lines (19 loc) · 1.19 KB

DownloadsBadge

YTDownloader

A simple Python YouTube downloader with playlist support

Installation

Running using a compiled binary (recommended) [Windows only]

  1. Head over to Releases and download the latest binary release for your operating system.
  2. Run the downloaded file

Running from source

  1. Download the latest version of Python if you havent already
  2. Download the files
  3. Run the setup script to install all the necessary libraries
  • setup.bat if you're on Windows
  • setup.sh for Linux and Windows
  1. Open up a Terminal or CMD window in the directory where you put the project files
  2. 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

NOTE

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.