UNPKG

tiktok-scraper-without-watermark-fixed

Version:

Tiktok Scraper, Download Video From Tiktok Without Watermark.

32 lines (24 loc) 698 B
const tiktok = require('.') const url = 'https://www.tiktok.com/@tiktok/video/7185002571889642795' const test = async () => { const result = await tiktok.tiktokdownload( `https://www.tiktok.com/@tiktok/video/7185002571889642795` ); console.log('test=', result) } test(); // 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))