1.0.5 • Published 2 years ago

tiktoksaver v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago