Merge pull request #958 from Burve/feature/cr-raw-data-access
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / test (push) Has been cancelled

Added raw data retrieval for shows, seasons and full list of the show… + Documentation
This commit is contained in:
stratumadev 2025-06-22 10:35:37 +00:00 committed by github-actions[bot]
parent 66a22923a0
commit b72d170be1

View file

@ -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**
| --- | --- | --- | --- | --- | ---|