Change search README documentation position

This commit is contained in:
bytedream 2023-06-20 00:33:31 +02:00
parent f7af983526
commit 2ebc76a0df

View file

@ -220,28 +220,6 @@ With the session stored, you do not need to use `--credentials` / `--etp-rt` any
``` ```
Default is none. 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 ### Search
**Supported urls/input** **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. 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 ### 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.