/Tiktok-Scraper-Without-Watermark

Download Video From Tiktok Without Watermark also Without Driver so it is a light module.

Primary LanguageJavaScript

Tiktok-Scraper-Without-Watermark

Required

Install it

npm i tiktok-scraper-without-watermark

Usage

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


tiktok.ssstik(url)
     .then(result => {
          console.log(result)
     })
     .catch(e => console.log(e))
  • musicallydown
const tiktok = require('tiktok-scraper-without-watermark')
const url = 'https://www.tiktok.com/@youneszarou/video/6942436555692805381'

tiktok.musicallydown(url)
     .then(result => {
          console.log(result)
     })
     .catch(e => console.log(e))
  • keeptiktok
const tiktok = require('tiktok-scraper-without-watermark')
const url = 'https://www.tiktok.com/@youneszarou/video/6942436555692805381'

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