0.1.5 • Published 2 months ago

douyin-dl v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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.5

2 months ago

0.1.4

2 months ago

0.1.2

2 months ago

0.1.1

2 months ago

0.1.3

2 months ago

0.1.0

3 months ago