2020-01-19 17:54:16 +02:00
2020-01-19 04:11:53 +02:00

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

Description
A simple tiktok video downloader written in go
Readme MIT 112 KiB
Languages
Go 87%
JavaScript 13%