1.1.10 • Published 1 year ago

tiktok-scraper-without-watermark-fixed v1.1.10

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

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))