Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/anidl/multi-downloader-nx
Browse files Browse the repository at this point in the history
…+ Documentation
  • Loading branch information
AnimeDL authored and github-actions[bot] committed Jan 24, 2023
1 parent 16d661f commit cb4d9ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The output is organized in pages. Use this command to output the items for the g
#### `--search-locale`
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **Choices** | **Default** |**cli-default Entry**
| --- | --- | --- | --- | --- | --- | --- | ---|
| Crunchyroll | `--search-locale ${locale}` | `string` | `No`| `NaN` | [`''`, `en-US`, `en-IN`, `es-LA`, `es-419`, `es-ES`, `pt-BR`, `fr-FR`, `de-DE`, `ar-ME`, `ar-SA`, `it-IT`, `ru-RU`, `tr-TR`, `hi-IN`, `zh-CN`, `ko-KR`] | ``| `search-locale: ` |
| Crunchyroll | `--search-locale ${locale}` | `string` | `No`| `NaN` | [`''`, `en-US`, `en-IN`, `es-LA`, `es-419`, `es-ES`, `pt-BR`, `pt-PT`, `fr-FR`, `de-DE`, `ar-ME`, `ar-SA`, `it-IT`, `ru-RU`, `tr-TR`, `hi-IN`, `zh-CN`, `ko-KR`] | ``| `search-locale: ` |

Set the search local that will be used for searching for items.
#### `--new`
Expand Down Expand Up @@ -144,17 +144,17 @@ Select specific stream
#### `--hslang`
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **Choices** | **Default** |**cli-default Entry**
| --- | --- | --- | --- | --- | --- | --- | ---|
| Crunchyroll | `--hslang ${hslang}` | `string` | `No`| `NaN` | [`none`, `en`, `es-419`, `es-ES`, `pt`, `pt-BR`, `fr`, `de`, `ar`, `it`, `ru`, `tr`, `hi`, `zh`, `ko`, `ja`] | `none`| `hslang: ` |
| Crunchyroll | `--hslang ${hslang}` | `string` | `No`| `NaN` | [`none`, `en`, `en-IN`, `es-419`, `es-ES`, `pt`, `pt-BR`, `pt-PT`, `fr`, `de`, `ar`, `it`, `ru`, `tr`, `hi`, `zh`, `zh-CN`, `ko`, `ja`] | `none`| `hslang: ` |

Download video with specific hardsubs
#### `--dlsubs`
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **Choices** | **Default** |**cli-default Entry**
| --- | --- | --- | --- | --- | --- | --- | ---|
| Both | `--dlsubs ${sub1} ${sub2}` | `array` | `No`| `NaN` | [`all`, `none`, `en`, `es-419`, `es-ES`, `pt`, `pt-BR`, `fr`, `de`, `ar`, `it`, `ru`, `tr`, `hi`, `zh`, `ko`, `ja`] | `all`| `dlsubs: ` |
| Both | `--dlsubs ${sub1} ${sub2}` | `array` | `No`| `NaN` | [`all`, `none`, `en`, `en-IN`, `es-419`, `es-ES`, `pt`, `pt-BR`, `pt-PT`, `fr`, `de`, `ar`, `it`, `ru`, `tr`, `hi`, `zh`, `zh-CN`, `ko`, `ja`] | `all`| `dlsubs: ` |

Download subtitles by language tag (space-separated)
Funi Only: zh
Crunchy Only: en, es-419, es-ES, fr, de, ar, ar, it, ru, tr, hi, zh, ko
Crunchy Only: en-IN, es-419, es-ES, pt-PT, fr, de, ar, ar, it, ru, tr, hi, zh-CN, ko
#### `--novids`
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **cli-default Entry**
| --- | --- | --- | --- | --- | ---|
Expand All @@ -180,7 +180,7 @@ Skip downloading subtitles

Set the language to download:
Funi Only: cmn
Crunchy Only: eng, spa-419, spa-ES, fra, deu, ara, ara, ita, rus, tur, hin, zho, kor
Crunchy Only: eng, spa-419, spa-ES, por, fra, deu, ara, ara, ita, rus, tur, hin, zho, kor
#### `--all`
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **Default** |**cli-default Entry**
| --- | --- | --- | --- | --- | --- | ---|
Expand Down Expand Up @@ -303,14 +303,14 @@ Set the options given to ffmpeg
| Both | `--defaultAudio ${args}` | `string` | `No`| `NaN` | `eng`| `defaultAudio: ` |

Set the default audio track by language code
Possible Values: eng, eng, spa-419, spa-419, spa-ES, por, por, fra, deu, ara, ara, ita, rus, tur, hin, cmn, zho, kor, jpn
Possible Values: eng, eng, spa-419, spa-419, spa-ES, por, por, por, fra, deu, ara, ara, ita, rus, tur, hin, cmn, zho, kor, jpn
#### `--defaultSub`
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **Default** |**cli-default Entry**
| --- | --- | --- | --- | --- | --- | ---|
| Both | `--defaultSub ${args}` | `string` | `No`| `NaN` | `eng`| `defaultSub: ` |

Set the default subtitle track by language code
Possible Values: eng, eng, spa-419, spa-419, spa-ES, por, por, fra, deu, ara, ara, ita, rus, tur, hin, cmn, zho, kor, jpn
Possible Values: eng, eng, spa-419, spa-419, spa-ES, por, por, por, fra, deu, ara, ara, ita, rus, tur, hin, cmn, zho, kor, jpn
### Filename Template
#### `--fileName`
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **Default** |**cli-default Entry**
Expand Down

0 comments on commit cb4d9ed

Please sign in to comment.