UNPKG
@artrix909/hls-dl
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
Downloads HTTP live/archived stream (m3u, m3u8, mpd)
github.com/Artrix9095/hls-dl
Artrix9095/hls-dl
@artrix909/hls-dl
/
index.d.ts
9 lines
(7 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
Stream
}
from
'stream'
;
export
declare
interface
Options
{
parser
?:
string
,
timeout
?:
number
;
headers
?: { [
key
:
string
]:
string
} }
export
default
(
path
:
string
,
options
:
Options
) =>
Stream
.
Readable