0.1.2 • Published 3 months ago

doydl v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

doydl

一个获取抖音无水印视频工具

Usage

import { getInfo, validateUrl } from 'doydl'

function getVideo(url) {
  if (!validateUrl(url))
    return
  return getInfo(url)
}
console.log(await getVideo('https://v.douyin.com/5949664666666666666'))

// {
//   aweme_detail: { [key: string]: any }
//   log_pb: { [key: string]: any }
//   status_code: number
// }

Features:

License

MIT

0.1.2

3 months ago

0.1.1

3 months ago

0.1.0

3 months ago