🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

douyin-dl

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

douyin-dl

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

0.1.5
latest
Source
npm
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

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:

  • Bundle with tsup
  • Test with vitest
  • XBogus.js width Douyin_TikTok_Download_API

License

MIT

Keywords

douyin-dl

FAQs

Package last updated on 26 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts