douyin-dl
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

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

/douyin-dl/

    Package Sidebar

    Install

    npm i douyin-dl

    Weekly Downloads

    1

    Version

    0.1.5

    License

    MIT

    Unpacked Size

    145 kB

    Total Files

    8

    Last publish

    Collaborators

    • eiog