1.1.3 • Published 4 years ago
tiktok-scraper-without-watermark v1.1.3
Tiktok-Scraper-Without-Watermark
Required
- Nodejs ( download here )
Install it
npm i tiktok-scraper-without-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))