@deiutr/tiktok-dl
v1.0.2
Published
Video downloader for Tiktok.
Downloads
1
Readme
tiktok-dl
tiktok-dl is a npm package for downloading TikTok videos highest bitrate and without watermark.
Installation
Use the package manager npm to install tiktok-dl.
npm i @deiutr/tiktok-dl
Usage (NodeJS)
const tiktokdl=require("@deiutr/tiktok-dl")
const url="ur video link"
//Required
const filePath="./Downloads"
//Required
tiktokdl.downloadTiktokVideo(
url,
filePath
)
//Return stream files in filePath
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.