mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
chore: change version
This commit is contained in:
@@ -20,7 +20,7 @@ Video TikTok Downloader using NodeJS with Watermark and Non-Watermark.
|
||||
1. Rename `.env.example` to `.env`
|
||||
2. Fill `REDIS_URL` value with your redis database url.
|
||||
|
||||
**Environment Setup on Hosting:**
|
||||
**Environment Setup on Hosting:** (vercel)
|
||||
1. Go to your project settings.
|
||||
2. Find `Environment Variables` button and click it.
|
||||
3. Add environment variable with `REDIS_URL` as the name, and fill the value using your redis url.
|
||||
@@ -42,6 +42,7 @@ Available on [Wiki](https://github.com/hansputera/tiktok-dl/wiki/Endpoints)
|
||||
- [TikDown](https://tikdown.org)
|
||||
- [DownTik](https://downtik.net)
|
||||
- [LoveTik](https://lovetik.com)
|
||||
- [Tokup](https://tokup.app) (TTSave alternative)
|
||||
- [Tokup](https://tokup.app)
|
||||
- [TikTokDownloaderOne](https://tiktokdownloader.one) (TTSave alternative)
|
||||
|
||||
Contribution(s) are welcome!
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tktk",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.3",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user