Skip to content

davidlpoole/YoutubeDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Downloader

Run

Use a Conda virtual environment:

conda create -n youtube-dl python=3.11
conda activate youtube-dl
pip install -r requirements.txt

or to install globally:

pip install .

Build an executable

(or download the latest release)

pip install pyinstaller  # if not already installed
pyinstaller main.py -F --windowed -n 'Youtube Downloader' --noconfirm
cp -r "dist/Youtube Downloader.app" /Applications/  # for macOS

About

A macOS app to download YouTube videos

Resources

Stars

Watchers

Forks

Languages