We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe509d commit b955d76Copy full SHA for b955d76
config/cli-defaults.yml
@@ -1,7 +1,5 @@
1
# Set the quality of the stream, 0 is highest available.
2
q: 0
3
-# Set which stream to use
4
-kstream: 1
5
# Set which server to use
6
server: 1
7
# How many parts to download at once. Increasing may improve download speed.
@@ -21,4 +19,10 @@ dubLang: ["jpn"]
21
19
# What Subtitle languages to download
22
20
dlsubs: ["all"]
23
# What language Audio to set as default
24
-defaultAudio: "jpn"
+defaultAudio: "jpn"
+# Video Playback Endpoint (Crunchyroll)
+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