twitchvod
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

twitchvod

CLI to retrieve Twitch.tv VODs

oclif Version Codecov Downloads/week License Build

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    0
    • latest

Version History

Package Sidebar

Install

npm i twitchvod

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

20.8 kB

Total Files

14

Last publish

Collaborators

  • matejturay