m3u8-twitch-vod
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

m3u8 Twitch VOD

Get any Twitch VOD m3u8.

Install

npm i m3u8-twitch-vod

yarn add m3u8-twitch-vod

Usage

import twitchVod from 'm3u8-twitch-vod'

// Get infos
const infos = await twitchVod.getVodInfos(vod_id)

// Get m3u8 playlist list
const m3u8 = await twitchVod.getM3u8(vod_id)

// Get m3u8 ts list
const access_token = await twitchVod.getAccessToken(vod_id)
const m3u8 = await twitchVod.getM3u8Content(m3u8_playlist_url, access_token)

Readme

Keywords

none

Package Sidebar

Install

npm i m3u8-twitch-vod

Weekly Downloads

4

Version

1.0.1

License

Apache-2.0

Unpacked Size

20.9 kB

Total Files

9

Last publish

Collaborators

  • dastan21