dev-gm / vod-dl

A command line program to easily download twitch vods, written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vod-dl

A command line program to easily download twitch vods, written in Python

    Usage:

    vod-dl [OPTIONS]

   Options:
    -g GAMES         games you want the vods to have (optional, default is any)

    -s STREAMERS     the streamers whose vods you want to download, you can 
                     specify "all" (optional, default is all)

    -d DATES         the dates to download from, options are: "today", "yesterday", 
                     or "month/day/year" (optional, default is today)

    -f FOLDER        the folder to download the vods to (optional, default is current 
                     dir)

    -q QUALITY       the quality you want your downloaded vods, options are: high, 
                     medium, low (optional, default is you have to choose)

    -m FILETYPE      the filetype of the vods you want to download (optional, default 
                     is mp4)

    -h               display this help message and exit

About

A command line program to easily download twitch vods, written in Python

License:GNU General Public License v3.0


Languages

Language:Python 98.3%Language:Dockerfile 1.7%