1.0.4 • Published 3 years ago

tiktok_no_wtrmark v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

��

Tiktok-Scraper-video-no-Watermark

Required

  • Nodejs ( download here )

Install it

npm i tiktok-scraper-no-watermark

Usage

  • demo
const tiktok = require('tiktok-scraper-no-watermark')
const url = 'https://www.tiktok.com/@youneszarou/video/6942436555692805381'


tiktok.tikTokNoWatermark(url)
     .then(result => {
          console.log(result)
     })
     .catch(e => console.log(e))