Maneesh3 / YouTube-Video-Grabber

Using Invidio.us RSS feed - Grabs all the latest videos uploaded by various YouTube channels provided.
GNU General Public License v3.0
2 stars 1 forks source link

YouTube-Video-Grabber

Using Invidio.us RSS feed - Grabs all the latest videos uploaded by various YouTube channels provided

Disclaimer:

Requirements

Installation

# clone the repo
$ git clone https://github.com/Maneesh3/YouTube-Video-Grabber.git

# install the requirements
$ pip3 install -r requirements.txt

Usage

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

TODO:

Copyright (c) 2020 Maneesh