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

A simple Python YouTube downloader with playlist support

Notifications You must be signed in to change notification settings

WifiRouterYT/YTDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple Python YouTube downloader with playlist support

Resources

Stars

Watchers

Forks

Packages

No packages published