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

Package detail

tiksave

leiamnash25ISC1.0.0

donwload your favorite tiktok videos without watermark

tiktok, download, no watermark, video downloader, leiamnash, tiksave

readme

LeiamNashProject TikSave
a free and fast tiktok video donwloader without watermark



features:
• no watermark download
• no need apikey
• fast and easy to use
• supports multiple request
• supports dual titkok link
> vt.tiktok
> tiktok.com



installation

npm i tiksave

calling a variable

const tiktok = require("tiksave");

how to use?

tiktok.save("TIKTOK VIDEO URL");

example:

tiktok.save("https://vt.tiktok.com/ZS851mWxt/").then(video => {
  console.log(video);
});

you can also use the await function

async function download () {
  const video = await tiktok.save("https://vt.tiktok.com/ZS851mWxt/");
  console.log(video);
}
download();

TikSave is a package scrape for ttdownloader this program uses cheerio to have and easy and readable output


LeiamNash