mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 08:21:56 +00:00
Merge pull request #958 from Burve/feature/cr-raw-data-access
Added raw data retrieval for shows, seasons and full list of the show… + Documentation
This commit is contained in:
parent
66a22923a0
commit
b72d170be1
1 changed files with 18 additions and 0 deletions
|
|
@ -105,6 +105,24 @@ Use absolute numbers for the episode. If not set, it will use the default index
|
|||
| Crunchyroll | `--movie-listing ${ID}` | `string` | `No`| `--flm` | `NaN` |
|
||||
|
||||
Get video list by Movie Listing ID
|
||||
#### `--show-raw`
|
||||
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **cli-default Entry**
|
||||
| --- | --- | --- | --- | --- | ---|
|
||||
| Crunchyroll | `--show-raw ${ID}` | `string` | `No`| `--sraw` | `NaN` |
|
||||
|
||||
Get Raw Show data
|
||||
#### `--season-raw`
|
||||
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **cli-default Entry**
|
||||
| --- | --- | --- | --- | --- | ---|
|
||||
| Crunchyroll | `--season-raw ${ID}` | `string` | `No`| `--seraw` | `NaN` |
|
||||
|
||||
Get Raw Season data
|
||||
#### `--show-list-raw`
|
||||
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **cli-default Entry**
|
||||
| --- | --- | --- | --- | --- | ---|
|
||||
| Crunchyroll | `--show-list-raw ` | `boolean` | `No`| `--slraw` | `NaN` |
|
||||
|
||||
Get Raw Show list data
|
||||
#### `--series`
|
||||
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **cli-default Entry**
|
||||
| --- | --- | --- | --- | --- | ---|
|
||||
|
|
|
|||
Loading…
Reference in a new issue