https://github.com/rachhen/deno-tiktok-video-download
https://github.com/rachhen/deno-tiktok-video-download
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rachhen/deno-tiktok-video-download
- Owner: rachhen
- Created: 2023-07-21T03:56:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T05:03:57.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T22:36:11.922Z (3 months ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple Tiktok Download
Using:
```sh
git clone repodeno run -A src/cli.ts -link https://www.tiktok.com/@the_birds_channel/video/7256955274995485995
```or you can compile it
```
deno compile --allow-read --allow-write --allow-net src/cli.ts --output bin/clibin/cli --link https://www.tiktok.com/@the_birds_channel/video/7256955274995485995
# Download using links on .txt file
bin/cli -f video_links.txt# Download by video id custom folder
bin/cli --vid 7256955274995485995 -d folder# Download by video id with watermark
bin/cli --vid 7256955274995485995 --wv```