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

tiklydown-sanzy

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiklydown-sanzy

Wrapper For TiklyDown API to use download TikTok Post

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

node-tiklydown

Wrapper For TiklyDown API to use download TikTok Post

Features

  • Download TikTok videos
  • Download TikTok slide images

Installation

NPM Version

$ npm install tiklydown-sanzy

GitHub Version

$ npm install github:sanzydev/tiklydown-sanzy

Usage

Call v1 and v2 variables

const { v1, v2 } = require("tiklydown-sanzy");

Download TikTok Video

To download TikTok video, use v1 function with TikTok video URL parameter.

v1(url).then(data => {
  // Do something with the data
});

Download TikTok Slide Image

To download TikTok slide image, use v2 function with TikTok slide image URL parameter.

v2(url).then(data => {
  // Do something with the data
});

Keywords

tiktok-dl

FAQs

Package last updated on 13 Aug 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