mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
28 lines
1,015 B
YAML
28 lines
1,015 B
YAML
# Set the quality of the stream, 0 is highest available.
|
|
q: 0
|
|
# Set which server to use
|
|
server: 1
|
|
# How many parts to download at once. Increasing may improve download speed.
|
|
partsize: 10
|
|
# Set whether to mux into an mp4 or not. Not recommended.
|
|
mp4: false
|
|
# Whether to delete any created files or not
|
|
nocleanup: false
|
|
# Whether to only download the relevant video once
|
|
dlVideoOnce: false
|
|
# Whether to keep all downloaded videos or only a single copy
|
|
keepAllVideos: false
|
|
# What to use as the file name template
|
|
fileName: '[${service}] ${showTitle} - S${season}E${episode} [${height}p]'
|
|
# What Audio languages to download
|
|
dubLang: ['jpn']
|
|
# What Subtitle languages to download
|
|
dlsubs: ['all']
|
|
# What language Audio to set as default
|
|
defaultAudio: 'jpn'
|
|
# Video Playback Endpoint (Crunchyroll)
|
|
vstream: 'androidtv'
|
|
# Audio Playback Endpoint (Crunchyroll)
|
|
astream: 'android'
|
|
# Total Session Death (Could kill active streaming sessions from watching users if account shared, use with caution) (Crunchyroll)
|
|
tsd: false
|