Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keyboardcrash32/ttcdn
TikTok CDN Downloader
https://github.com/keyboardcrash32/ttcdn
cdn curl json tiktok
Last synced: about 1 month ago
JSON representation
TikTok CDN Downloader
- Host: GitHub
- URL: https://github.com/keyboardcrash32/ttcdn
- Owner: keyboardcrash32
- License: lgpl-3.0
- Created: 2024-12-20T16:33:33.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T19:37:07.000Z (about 1 month ago)
- Last Synced: 2024-12-26T20:25:43.809Z (about 1 month ago)
- Topics: cdn, curl, json, tiktok
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ttcdn
TTCDN - TikTok CDN Downloader (CLI).## Description
This software does not use [TikTok Research API](https://developers.tiktok.com/products/research-api/) and instead downloads the videos directly from the TikTok CDN.TTCDN takes a numeric ID of the video as an argument, the ID itself can be grabbed from a link: `https://www.tiktok.com/@user/video/xxxxxxxxxxxxxxxxxxx`, where `xxxxxxxxxxxxxxxxxxx` is a video ID
## Build (Linux)
1. Install dependencies: CMake, nlohmann::json, libcurl
2. Build:git clone https://github.com/keyboardcrash32/ttcdn.git
cd ttcdn
cmake -B build -S .
cd build
make3. Done!