2.0.0 • Published 3 years ago

m3u8-downloader-sync v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

example

;(async () => {
  import Task from "m3u8-downloader-sync"
  const newTask = new Task({
    m3u8_url: "m3u8_url",
    taskName: "the name to save the file",
  })
  await newTask.download() // optional await
})()

This project derived from https://github.com/HeiSir2014/M3U8-Downloader

1.0.6

3 years ago

1.0.5

3 years ago

2.0.0

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago