Skip to content

Commit

Permalink
concurrent documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
horsaen committed Mar 21, 2024
1 parent 0b73111 commit 9cb2250
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,24 @@ Install
go install
```

## Concurrent Downloads

![concurrent screenshot](https://raw.githubusercontent.com/horsaen/imgstore/main/afreeca-downloader/concurrent.png)

For now supports all sites other than TikTok

To add users, open the users file @ `.afreeca-downloader/users`, and input users following the format

USERNAME, PLATFORM

```
user1, afreeca
user2, bigo
user3, flex
```

Then simply run the program using -concurrent

## Set Cookies

In order to function correctly, sometimes sites will require that you use cookies in order to validate network requests.
Expand Down

0 comments on commit 9cb2250

Please sign in to comment.