2.0.0 • Published 1 year ago

m3u8-downloader-sync v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.0.5

1 year ago

2.0.0

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago