mirror of
https://github.com/pikami/tiktok-dl.git
synced 2025-06-05 06:20:04 +01:00
Update README.md
This commit is contained in:
parent
f905d0d151
commit
9707ed790d
@ -1,14 +1,18 @@
|
|||||||
# TikTok-DL
|
# TikTok-DL
|
||||||
|
|
||||||
[](https://goreportcard.com/report/github.com/pikami/tiktok-dl)
|
[](https://goreportcard.com/report/github.com/pikami/tiktok-dl)
|
||||||
|

|
||||||
|
|
||||||
A simple tiktok video downloader written in go
|
A simple tiktok video downloader written in go
|
||||||
|
|
||||||
## Basic usage
|
## Basic usage
|
||||||
Clone this repository and run `go build` to build the executable.\
|
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 all videos from user by running `./tiktok-dl [Options] TIKTOK_USERNAME`\
|
||||||
You can download single video by running `./tiktok-dl [Options] VIDEO_URL`
|
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
|
## Available options
|
||||||
* `-debug` - enables debug mode
|
* `-debug` - enables debug mode
|
||||||
* `-output some_directory` - Output path (default "./downloads")
|
* `-output some_directory` - Output path (default "./downloads")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user