UNPKG
@lzwme/m3u8-dl
Version:
latest (1.4.2)
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Batch download of m3u8 files and convert to mp4
github.com/lzwme/m3u8-dl
lzwme/m3u8-dl
@lzwme/m3u8-dl
/
cjs
/
m3u8-batch-download.d.ts
3 lines
(2 loc)
•
147 B
TypeScript
View Raw
1
2
3
import
{ M3u8DLOptions }
from
'./types/m3u8'
;
export
declare
function
m3u8BatchDownload
(
urls
:
string
[],
options
: M3u8DLOptions
):
Promise
<
boolean
>;