mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Change search README documentation position
This commit is contained in:
parent
f7af983526
commit
2ebc76a0df
1 changed files with 22 additions and 22 deletions
44
README.md
44
README.md
|
|
@ -220,28 +220,6 @@ With the session stored, you do not need to use `--credentials` / `--etp-rt` any
|
|||
```
|
||||
Default is none.
|
||||
|
||||
### Output Template Options
|
||||
|
||||
You can use various template options to change how the filename is processed. The following tags are available:
|
||||
|
||||
- `{title}` → Title of the video
|
||||
- `{series_name}` → Name of the series
|
||||
- `{season_name}` → Name of the season
|
||||
- `{audio}` → Audio language of the video
|
||||
- `{resolution}` → Resolution of the video
|
||||
- `{season_number}` → Number of the season
|
||||
- `{episode_number}` → Number of the episode
|
||||
- `{relative_episode_number}` → Number of the episode relative to its season
|
||||
- `{series_id}` → ID of the series
|
||||
- `{season_id}` → ID of the season
|
||||
- `{episode_id}` → ID of the episode
|
||||
|
||||
Example:
|
||||
```shell
|
||||
$ crunchy archive -o "[S{season_number}E{episode_number}] {title}.mkv" https://www.crunchyroll.com/series/G8DHV7W21/dragon-ball
|
||||
# Output file: '[S01E01] Secret of the Dragon Ball.mkv'
|
||||
```
|
||||
|
||||
### Search
|
||||
|
||||
**Supported urls/input**
|
||||
|
|
@ -267,6 +245,28 @@ $ crunchy archive -o "[S{season_number}E{episode_number}] {title}.mkv" https://w
|
|||
```
|
||||
Default is your system locale.
|
||||
|
||||
### Output Template Options
|
||||
|
||||
You can use various template options to change how the filename is processed. The following tags are available:
|
||||
|
||||
- `{title}` → Title of the video
|
||||
- `{series_name}` → Name of the series
|
||||
- `{season_name}` → Name of the season
|
||||
- `{audio}` → Audio language of the video
|
||||
- `{resolution}` → Resolution of the video
|
||||
- `{season_number}` → Number of the season
|
||||
- `{episode_number}` → Number of the episode
|
||||
- `{relative_episode_number}` → Number of the episode relative to its season
|
||||
- `{series_id}` → ID of the series
|
||||
- `{season_id}` → ID of the season
|
||||
- `{episode_id}` → ID of the episode
|
||||
|
||||
Example:
|
||||
```shell
|
||||
$ crunchy archive -o "[S{season_number}E{episode_number}] {title}.mkv" https://www.crunchyroll.com/series/G8DHV7W21/dragon-ball
|
||||
# Output file: '[S01E01] Secret of the Dragon Ball.mkv'
|
||||
```
|
||||
|
||||
### Episode filtering
|
||||
|
||||
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