This commit is contained in:
levina 2021-10-26 13:39:34 +07:00 committed by GitHub
parent ff37764719
commit ce92671ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]',