1.0.2 • Published 2 years ago

tiktok-no-watermark v1.0.2

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

tiktok-no-watermark

Required

  • Nodejs ( download here )

Install it

npm i tiktok-no-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))

Credits

BritishDev (DevEnforcement)