1.0.5 • Published 3 years ago

tiktoksaver v1.0.5

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

TikTok Saver

TikTok Videos & Music info & Link Scraper

Install

npm

npm i tiktoksaver

Usage

JavaScript

const tiktok = require('tiktoksaver')

/*
https://vm.tiktok.com/XXXXXX/ || https://www.tiktok.com/@XXXX/video/XXXXXX/
*/

tiktok.tsv('https://vm.tiktok.com/ZMLmjUAQk/?k=1')
     .then(result => {
          console.log(result) 
          // Should Return Author Name, Cover Pic, Description, Video with Watermark, Video with NO Watermark, Audio (MP3 Link)
     })
     .catch(e => console.log(e))
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago