fix readme
This commit is contained in:
parent
1d29989363
commit
7594ba06c6
@ -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
|
||||
|
||||
```
|
||||
{
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user