Skip to content

A desktop app for downloading youtube videos

License

Notifications You must be signed in to change notification settings

aldnav/youtube-dl-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube dl desktop app

How to run

  • install the requirements using pip
$ pip install -r requirements.txt
  • build vue
$ cd web
$ npm install
$ npm run build
  • run the main file
$ cd ..
$ python main.py

image