UNPKG

tiktok-no-watermark

Version:

Tiktok Scraper, Download Video From Tiktok Without Watermark.

30 lines (22 loc) 637 B
const tiktok = require('tiktok-no-watermark') const url = 'https://www.tiktok.com/@tiktok/video/6942436555692805381' tiktok.nowatermark(url) .then(result => { console.log(result) }) .catch(e => console.log(e)) // tiktok.ssstik(url) // .then(result => { // console.log(result) // }) // .catch(e => console.log(e)) // tiktok.musicallydown(url) // .then(result => { // console.log(result) // }) // .catch(e => console.log(e)) // tiktok.keeptiktok(url) // .then(result => { // console.log(result) // }) // .catch(e => console.log(e))