mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
updated docs
This commit is contained in:
parent
a5c8d9019c
commit
a5e63f6a44
1 changed files with 3 additions and 3 deletions
|
|
@ -296,7 +296,7 @@ const args: TAppArg<boolean | number | string | unknown[]>[] = [
|
|||
service: ['crunchy'],
|
||||
type: 'string',
|
||||
describe:
|
||||
'(Please use --vstream and --astream instead, this will deprecate soon) Select a specific Crunchyroll playback endpoint by device. Since Crunchyroll has started rolling out their new VBR encodes, we highly recommend using a TV endpoint (e.g. vidaa, samsungtv, lgtv, rokutv, chromecast, firetv, androidtv) to access the old CBR encodes. Please note: The older encodes do not include the new 192 kbps audio, the new audio is only available with the new VBR encodes.',
|
||||
'(Please use --vstream and --astream instead, this will deprecate soon)',
|
||||
choices: [...Object.keys(CrunchyVideoPlayStreams), 'none'],
|
||||
docDescribe: true,
|
||||
usage: '${device}'
|
||||
|
|
@ -307,7 +307,7 @@ const args: TAppArg<boolean | number | string | unknown[]>[] = [
|
|||
alias: 'vs',
|
||||
service: ['crunchy'],
|
||||
type: 'string',
|
||||
describe: 'Select a specific Crunchyroll video playback endpoint by device.',
|
||||
describe: 'Select a specific Crunchyroll video playback endpoint by device. androidtv provides the best video (CBR).',
|
||||
choices: [...Object.keys(CrunchyVideoPlayStreams), 'none'],
|
||||
default: {
|
||||
default: 'androidtv'
|
||||
|
|
@ -321,7 +321,7 @@ const args: TAppArg<boolean | number | string | unknown[]>[] = [
|
|||
alias: 'as',
|
||||
service: ['crunchy'],
|
||||
type: 'string',
|
||||
describe: 'Select a specific Crunchyroll audio playback endpoint by device.',
|
||||
describe: 'Select a specific Crunchyroll audio playback endpoint by device. android provides the best audio (192 kbps).',
|
||||
choices: [...Object.keys(CrunchyAudioPlayStreams), 'none'],
|
||||
default: {
|
||||
default: 'android'
|
||||
|
|
|
|||
Loading…
Reference in a new issue