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

Package detail

ttsave

wffzy17MIT1.1.1

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-down, tiktok-info

readme

TTSAVE

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

Install

npm install ttsave

Changelog

v1.0.0

  • Fix Undefined Video & audio url
  • Initial Commit

Usage

const tiktok =  require("ttsave");

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

tiktok.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 :>