mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
updated default config
This commit is contained in:
parent
afe509d39d
commit
b955d76572
1 changed files with 7 additions and 3 deletions
|
|
@ -1,7 +1,5 @@
|
|||
# Set the quality of the stream, 0 is highest available.
|
||||
q: 0
|
||||
# Set which stream to use
|
||||
kstream: 1
|
||||
# Set which server to use
|
||||
server: 1
|
||||
# How many parts to download at once. Increasing may improve download speed.
|
||||
|
|
@ -21,4 +19,10 @@ dubLang: ["jpn"]
|
|||
# What Subtitle languages to download
|
||||
dlsubs: ["all"]
|
||||
# What language Audio to set as default
|
||||
defaultAudio: "jpn"
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue