1.0.2 • Published 1 year ago

@deiutr/tiktok-dl v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

License

MIT

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago