diff --git a/program/video.py b/program/video.py index 15635f1..7ca3ed5 100644 --- a/program/video.py +++ b/program/video.py @@ -32,7 +32,7 @@ def ytsearch(query): async def ytdl(link): proc = await asyncio.create_subprocess_exec( - 'youtube-dl', + 'yt-dlp', '-g', '-f', 'best[height<=?720][width<=?1280]',