Python 3.8
# clone the repo
$ git clone https://github.com/Maneesh3/YouTube-Video-Grabber.git
# install the requirements
$ pip3 install -r requirements.txt
Flask app usage:
$ python app.py
Goto http://127.0.0.1:5000
Command-line usage:
$ cd YT-Video-Grabber
$ python video-grabber.py
usage: video-grabber.py [-h] [-a] [-u CHURL] [-f FPATH]
[#] YouTube Video Grabber [#]
optional arguments:
-h, --help show this help message and exit
-a, --add add channel flag; -a
-u CHURL, --url CHURL channel url; -u <URL>
-f FPATH, --lfile FPATH channel urls file; -f <file path>
Channel json file is created and backedup after every update made
Copyright (c) 2020 Maneesh