1.0.4 • Published 1 year ago

tiktok-video-downloader v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Tiktok Video Downloader Scrapper

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

Install

npm install tiktok-video-downloader

Changelog

v1.0.4

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

Usage

const ttdl =  require("tiktok-video-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

You can reach me on Telegram

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