mirror of
https://github.com/sanderfoobar/ircradio.git
synced 2025-01-10 20:12:35 +01:00
fix yt-dlp path
This commit is contained in:
parent
311e3279bf
commit
238022c052
@ -33,8 +33,9 @@ class YouTube:
|
||||
raise Exception("Song already exists.")
|
||||
|
||||
try:
|
||||
path_yt_dlp = os.path.join(settings.cwd, "venv", "bin", "yt-dlp")
|
||||
proc = await asyncio.create_subprocess_exec(
|
||||
*["yt-dlp",
|
||||
*[path_yt_dlp,
|
||||
"--add-metadata",
|
||||
"--write-all-thumbnails",
|
||||
"--write-info-json",
|
||||
|
Loading…
Reference in New Issue
Block a user