From ce92671ef2dcf559615c97bfb6e94097a866ebd1 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Tue, 26 Oct 2021 13:39:34 +0700 Subject: [PATCH] hum --- program/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]',