streamlink
Streamlink is a CLI utility which pipes video streams from various services into a video player
Package Information
- Domain:
streamlink.github.io
- Name:
streamlink
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install streamlink
Programs
This package provides the following executable programs:
streamlink
Available Versions
Show all 21 versions
7.5.0
,7.4.0
,7.3.0
,7.2.0
,7.1.3
7.1.2
,7.1.1
,7.1.0
,7.0.0
,6.11.0
6.10.0
,6.9.0
,6.8.3
,6.8.2
,6.8.1
6.8.0
,6.7.4
,6.7.3
,6.7.2
,6.7.1
6.7.0
Latest Version: 7.5.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) streamlink -- $SHELL -i
Dependencies
This package depends on:
pkgx.sh^1
Related Packages
These packages work well with streamlink:
ffmpeg.org
- Play, record, convert, and stream audio and video
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.streamlink
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.