New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ttsave

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ttsave

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

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
6
-57.14%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

tiktok

FAQs

Package last updated on 10 Feb 2023

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