/youtube-va-downloader

Download youtube video or audio from youtube using pytube with PySimpleGUI

Primary LanguagePython

Youtube VA Downloader

You can download youtube video or audio by using this app.

Prerequirements

Install following applications:

Install

Open command line or terminal. You can use venv if you like:

python3 -m venv venv
. venv/bin/activate   # or venv/Scripts/activate.bat on Windows

Run following:

pip install -r requirement.txt 
python main.py

Planned features:

  • Show preloader
  • Load playlist
  • Load all videos from playlist

Screenshot

Youtube downloader screenshot

Useful links