tiktok-no-watermark
v1.0.2
Published
Tiktok Scraper, Download Video From Tiktok Without Watermark.
Downloads
4
Maintainers
Readme
tiktok-no-watermark
Required
- Nodejs ( download here )
Install it
npm i tiktok-no-watermark
Usage
const tiktok = require('tiktok-scraper-without-watermark')
const url = 'https://www.tiktok.com/@youneszarou/video/6942436555692805381'
tiktok.tiktokdownload(url)
.then(result => {
console.log(result)
})
.catch(e => console.log(e))
Credits
BritishDev (DevEnforcement)