Socket
Socket
Sign inDemoInstall

titkok-down

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    titkok-down

Downloader Video And Audio Tiktok


Version published
Maintainers
1
Created

Readme

Source

Tiktok-Down

Install:

npm install tiktok-down

Usages:

const tiktok = require("tiktok-down");
tiktok("https://vt.tiktok.com/ZSRaH4adj/")
  .then(data => {
    console.log(data)
})

Or

const tiktok = require("tiktok-down");
const data = await tiktok("https://vt.tiktok.com/ZSRaH4adj/");
console.log(data);

Example:

{
  "author": "𝙔𝙪𝙧𝙞_🎭 🎊",
  "title": "Đảo ngược ngày sinh của bạn sẽ là số tuổi bạn được hạnh phúc<3❤❣💕#xh #anime #shinobu #🌈sky_girl👑 #solid_ultra_edit #cnia🥥 #fyp #fypシ゚viral",
  "UrlVideo": "https://tinyurl.com/2ezf6jrb",
  "UrlAudio": "https://tinyurl.com/2g8l4ctk"
}

Keywords

FAQs

Last updated on 12 Sep 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc