Skip to content

Commit b955d76

Browse files
committed
updated default config
1 parent afe509d commit b955d76

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

config/cli-defaults.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Set the quality of the stream, 0 is highest available.
22
q: 0
3-
# Set which stream to use
4-
kstream: 1
53
# Set which server to use
64
server: 1
75
# How many parts to download at once. Increasing may improve download speed.
@@ -21,4 +19,10 @@ dubLang: ["jpn"]
2119
# What Subtitle languages to download
2220
dlsubs: ["all"]
2321
# What language Audio to set as default
24-
defaultAudio: "jpn"
22+
defaultAudio: "jpn"
23+
# Video Playback Endpoint (Crunchyroll)
24+
vstream: "androidtv"
25+
# Audio Playback Endpoint (Crunchyroll)
26+
astream: "android"
27+
# Total Session Death (Could kill active streaming sessions from watching users if account shared, use with caution) (Crunchyroll)
28+
tsd: false

0 commit comments

Comments
 (0)