streamlink

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2023 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// ErrStreamLinkNotFound .
	ErrStreamLinkNotFound = errors.New("streamlink not found in PATH. Check https://streamlink.github.io/install.html")
)

Functions

This section is empty.

Types

type Client

type Client interface {
	// Run gets the given streamer's stream URL
	Run(streamer string) ([]byte, error)
}

func New

func New(opts ...string) (Client, error)

New create a Client instance

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL