tiksave

1.0.0 • Public • Published

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

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i tiksave

    Weekly Downloads

    4

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    68.6 kB

    Total Files

    11

    Last publish

    Collaborators

    • leiamnash