Skip to content

Commit a066294

Browse files
committed
adjusted defaults
1 parent 3a7574e commit a066294

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/config.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ descriptionfetchdelay = 5
110110
# (leave blank like so if no extra commands aren't needed)
111111
# (Example below); can help with "chunk side exceeded" errors in some cases, i.e.:
112112
# custom_yt_dlp_args = --http-chunk-size 0
113-
# ~~~ android client ~~~
113+
# ~~~ android client (warning: doesn't support cookies in yt-dlp) ~~~
114114
# custom_yt_dlp_args = --extractor-args "youtube:player_client=android"
115115
# ~~~
116116
# Just leave the entry below blank if you have no idea what you're doing. :-)
117-
custom_yt_dlp_args = --extractor-args "youtube:player_client=android"
117+
custom_yt_dlp_args =
118118
# (((=== Cookies ===)))
119119
# Use your own `cookies.txt` file (true/false)
120120
# this is sometimes required for sites that require login
@@ -123,7 +123,7 @@ custom_yt_dlp_args = --extractor-args "youtube:player_client=android"
123123
use_cookies_file = false
124124
cookies_file = config/cookies.txt
125125
# use cookies from your browser (to bypass yt-dlp woes)
126-
use_browser_cookies = false
126+
use_browser_cookies = true
127127
# your browser type
128128
browser_type = firefox
129129
# your browser cookies profile location, leave blank to use default location

0 commit comments

Comments
 (0)