Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vz-tiktok-downloader

Mr-Virus-Dev42ISC2.2.5

TikTok video downloader scrapper. Scrap data from a TikTok video downloader and get direct info & url links from your media

tiktok, download, tiktok-download, tiktok-video-downloader, tiktok-video, tiktok-down, tiktok-info

readme

Tiktok Video Downloader Scrapper

Scrap data from a TikTok video downloader and get direct info & url links from your TikTok video

Install

npm install vz-tiktok-downloader

Changelog

v2.2.5

  • Fix return undefined.
  • Thumbnail still undefined, i'll fix asap.

Usage

const ttdl =  require("vz-tiktok-downloader");

const link = "https://www.tiktok.com/@dakwahmuezza/video/7150544062221749531"

ttdl.getInfo(link)
  .then((result) => {
    console.log(result);
  })

Issues & Contact

Create issue session in Github Repo

Thanks for using my module, Hope you forgive me if it shows an error, because I'm newbie at this :>