fix readme

This commit is contained in:
TobyG74 2023-04-03 21:19:08 +07:00
parent 1d29989363
commit 7594ba06c6
2 changed files with 6 additions and 4 deletions

View File

@ -36,18 +36,20 @@ TiktokDL(tiktok_url)
### Tiktok Profile
```
const { TiktokStalk } = require("@tobyg74/tiktok-api-dl");
const username = "tobz2k19"
```
TiktokStalk(username)
.then((result) => {
console.log(result);
})
```
## Tiktok Downloader Response
## Response
### Tiktok Downloader
```
{
@ -73,7 +75,7 @@ TiktokStalk(username)
}
```
## Tiktok Profile Response
### Tiktok Profile
```
{

View File

@ -1,6 +1,6 @@
{
"name": "@tobyg74/tiktok-api-dl",
"version": "1.0.2",
"version": "1.0.2-fix",
"description": "Scrapper for download Video, Image, Music from Tiktok",
"main": "index.js",
"scripts": {