/video-downloader

Project using the pytube lib to download youtube videos.

Primary LanguagePython

video-downloader

Project using the pytube lib to download youtube videos.

Config

You need to import pytube and kivymd

pip install pytube kivymd

To install pip, you can use:

sudo pacman -Sy python-pip

How it works

Giving a youtube video ID (you can pass a list of IDs separeted by comma), the program will download this video in the chosen resolution (default 720p).

command-line

python video-download.py VIDEO_ID [RESOLUTION]

GUI

python youtube.py

Tips

You can generate a installer with pyinstaller

pyinstaller video-download.py

or

pyinstaller youtube.py