mirror of
https://github.com/pikami/tiktok-dl.git
synced 2025-12-20 09:19:51 +00:00
3ac05993afffa6ea9e0531e7f0499185fbe4328d
TikTok-DL
A simple tiktok video downloader written in go
Basic usage
Download the executable from https://github.com/pikami/tiktok-dl/releases
You can download all videos from user by running ./tiktok-dl [Options] TIKTOK_USERNAME
You can download single video by running ./tiktok-dl [Options] VIDEO_URL
Build instructions
Clone this repository and run go build to build the executable.
Available options
-debug- enables debug mode-output some_directory- Output path (default "./downloads")
Acknowledgments
This software uses the chromedp for web scraping, it can be found here: https://github.com/chromedp/chromedp
Languages
Go
87%
JavaScript
13%