A simple tiktok video downloader written in go
Go to file
Pijus Kamandulis 943cf48c8b Scraper optimization 2020-01-19 21:15:42 +02:00
client Added ability to download single videos 2020-01-19 17:54:16 +02:00
models Added ability to download single videos 2020-01-19 17:54:16 +02:00
utils Initial commit 2020-01-19 04:11:53 +02:00
.gitignore Added ability to download single videos 2020-01-19 17:54:16 +02:00
README.md Added ability to download single videos 2020-01-19 17:54:16 +02:00
main.go Added ability to download single videos 2020-01-19 17:54:16 +02:00
scraper.js Scraper optimization 2020-01-19 21:15:42 +02:00

README.md

TikTok-DL

Go Report Card

A simple tiktok video downloader written in go

Basic usage

Clone this repository and run go build to build the executable.
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

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