Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJoeMartinez committed Sep 6, 2024
1 parent b22486c commit 14f7103
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ pip install yt-fts
## `download`
Download subtitles for a channel.

Takes a channel url or id as an argument. Specify the number of jobs to parallelize the download with the `--jobs` option.
Takes a channel url as an argument. Specify the number of jobs to parallelize the download with the `--jobs` option. Use the `--cookies-from-browser` to use cookies from your browser in the requests, will help if you're
getting errors that request you to sign in.

```bash
yt-fts download --jobs 5 "https://www.youtube.com/@3blue1brown"
yt-fts download --cookies-from-browser "https://www.youtube.com/@3blue1brown"
```

## `list`
Expand Down

0 comments on commit 14f7103

Please sign in to comment.