mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Add search documentation
This commit is contained in:
parent
ca561aca0f
commit
72609ce777
1 changed files with 25 additions and 0 deletions
25
README.md
25
README.md
|
|
@ -221,6 +221,31 @@ With the session stored, you do not need to use `--credentials` / `--etp-rt` any
|
||||||
$ crunchy archive --no_subtitle_optimizations https://www.crunchyroll.com/series/GY8VEQ95Y/darling-in-the-franxx
|
$ crunchy archive --no_subtitle_optimizations https://www.crunchyroll.com/series/GY8VEQ95Y/darling-in-the-franxx
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Search
|
||||||
|
|
||||||
|
**Supported urls/input**
|
||||||
|
- Single episode (with [episode filtering](#episode-filtering))
|
||||||
|
```shell
|
||||||
|
$ crunchy search https://www.crunchyroll.com/watch/GRDQPM1ZY/alone-and-lonesome
|
||||||
|
```
|
||||||
|
- Series (with [episode filtering](#episode-filtering))
|
||||||
|
```shell
|
||||||
|
$ crunchy search https://www.crunchyroll.com/series/GY8VEQ95Y/darling-in-the-franxx
|
||||||
|
```
|
||||||
|
- Search input
|
||||||
|
```shell
|
||||||
|
$ crunchy search "darling in the franxx"
|
||||||
|
```
|
||||||
|
|
||||||
|
**Options**
|
||||||
|
- Audio
|
||||||
|
|
||||||
|
Set the audio language to search via the `--audio` flag. Can be used multiple times.
|
||||||
|
```shell
|
||||||
|
$ crunchy search --audio en-US https://www.crunchyroll.com/series/GY8VEQ95Y/darling-in-the-franxx
|
||||||
|
```
|
||||||
|
Default is your system locale.
|
||||||
|
|
||||||
### Episode filtering
|
### Episode filtering
|
||||||
|
|
||||||
Filters patterns can be used to download a specific range of episodes from a single series.
|
Filters patterns can be used to download a specific range of episodes from a single series.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue