1.0.4 • Published 7 years ago
twitchvod v1.0.4
twitchvod
CLI to retrieve Twitch.tv VODs
Usage
$ npm install -g twitchvod
$ twitchvod COMMAND
running command...
$ twitchvod (-v|--version|version)
twitchvod/1.0.4 win32-x64 node-v10.15.1
$ twitchvod --help [COMMAND]
USAGE
  $ twitchvod COMMAND
...Commands
twitchvod fetch VOD
Downloads and processes Twitch.tv video
USAGE
  $ twitchvod fetch VOD
ARGUMENTS
  VOD  Link to twitch VOD url or ID
OPTIONS
  -h, --help                                                                              show CLI help
  -o, --out=out                                                                           Output file path
  -r, --res=chunked|720p60|720p30|480p30|360p30|160p30|audio_only|high|low|medium|mobile  [default: chunked] Video
                                                                                          resolution (chunked is the
                                                                                          highest quality)
EXAMPLE
  $ twitchvod fetch 401113393 --res=720p60 --out=Some path for output file hereSee code: src\commands\fetch.ts
twitchvod help [COMMAND]
display help for twitchvod
USAGE
  $ twitchvod help [COMMAND]
ARGUMENTS
  COMMAND  command to show help for
OPTIONS
  --all  see all commands in CLISee code: @oclif/plugin-help
twitchvod info [VOD]
Fetches basic information about Twitch.tv video
USAGE
  $ twitchvod info [VOD]
OPTIONS
  -h, --help  show CLI help
EXAMPLE
  $ twitchvod info https://www.twitch.tv/videos/401113393See code: src\commands\info.ts