Skip to content

Commit

Permalink
Merge pull request #10 from MGalaCyber/master
Browse files Browse the repository at this point in the history
fixed tiktok downloader | v2.1.10
  • Loading branch information
MGalaCyber authored Feb 8, 2024
2 parents 7e927ee + e5afbfd commit 93a1d48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
Full API Implementation inside NodeJS Module

- More info at [`Website`](https://api.universebot.space)
- Get **API TOKEN** here [`Register`](https://api.universebot.space/auth)
- Documentation [`Website`](https://docs.universebot.space)
- Get **API TOKEN** here [`Register`](https://api.universebot.space/auth/login)
- _Free trial **premium** for `3 days`._
- And you can upgrade your api token to premium, you can see more details at [`UPGRADE`](https://api.universebot.space/dashboard/premium)

## Installation
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mgalacyber/universeapi",
"version": "2.1.9",
"version": "2.1.10",
"description": "UniverseAPI Scraper package endpoint",
"main": "index.js",
"typings": "./typings/index.d.ts",
Expand All @@ -18,7 +18,10 @@
"rest-api",
"scraper",
"api-scaper",
"apis"
"apis",
"ai",
"maker",
"downloader"
],
"author": "MGalaCyber",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ declare module "@mgalacyber/universeapi" {
* const result = await UniverseAPI.V1.Download.TikTok.Model1(url);
* console.log(result);
*/
Tiktok: import("./v1/Download/Tiktok").TikTok,
Tiktok: import("./v1/Download/Tiktok").Tiktok,

/**
* Download content from Twitter.
Expand Down

0 comments on commit 93a1d48

Please sign in to comment.