Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 6e7aa65

Browse files
authored
Should fix Youtube-DL
1 parent 25fb6bd commit 6e7aa65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/admin/verbs/playsound.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
to_chat(src, span_warning("For youtube-dl shortcuts like ytsearch: please use the appropriate full url from the website."), confidential=TRUE)
8181
return
8282
var/shell_scrubbed_input = shell_url_scrub(web_sound_input)
83-
var/list/output = world.shelleo("[ytdl] --geo-bypass --format \"bestaudio\[ext=mp3]/best\[ext=mp4]\[height<=360]/bestaudio\[ext=m4a]/bestaudio\[ext=aac]\" --dump-single-json --no-playlist -- \"[shell_scrubbed_input]\"")
83+
var/list/output = world.shelleo("[ytdl] --config-location /bootstrapper/yt-dlp.conf -- \"[shell_scrubbed_input]\"")
8484
var/errorlevel = output[SHELLEO_ERRORLEVEL]
8585
var/stdout = output[SHELLEO_STDOUT]
8686
var/stderr = output[SHELLEO_STDERR]

0 commit comments

Comments
 (0)