Skip to content

xr4in3/twitchvod

Repository files navigation

twitchvod

CLI to retrieve Twitch.tv VODs

oclif Version Codecov Downloads/week License Build

Usage

Twitchvod uses ffmpeg as a dependency, while I've added an npm package it may not work on all operating systems. If you get an error about missing ffmpeg install it please

$ 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 here

See 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 CLI

See 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/401113393

See code: src\commands\info.ts

About

Command-line app to retrieve Twitch.tv VODs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published