Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakkin committed Dec 11, 2022
1 parent 8e2bff4 commit 2e4cb23
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Supports low-latency playback.

# Installation
```
go get github.com/Hakkin/twitchpipe
go install github.com/Hakkin/twitchpipe@latest
```

# Usage
Expand All @@ -21,6 +21,16 @@ Options:
List available playlist groups and exit
-a, --archive
Start downloading from the oldest segment rather than the newest
--access-token-device-id value
Device ID to send when acquiring an access token (optional)
--access-token-oauth value
OAuth token to send when acquiring an access token (optional)
--access-token-platform string
The platform to send when acquiring an access token (default "web")
--access-token-player-backend value
The player backend to send when acquiring an access token (optional)
--access-token-player-type string
The player type to send when acquiring an access token (default "site")
-f, --force-output
Force output to standard output even if TTY is detected
-g, --group string
Expand Down

0 comments on commit 2e4cb23

Please sign in to comment.