commit
f6344cf431
@ -40,7 +40,7 @@ def ytsearch(query: str):
|
||||
|
||||
async def ytdl(link: str):
|
||||
stdout, stderr = await bash(
|
||||
f'youtube-dl -g -f "best[height<=?720][width<=?1280]" {link}'
|
||||
f'yt-dlp -g -f "best[height<=?720][width<=?1280]" {link}'
|
||||
)
|
||||
if stdout:
|
||||
return 1, stdout
|
||||
|
@ -4,7 +4,6 @@ ffmpeg-python
|
||||
py-tgcalls
|
||||
pyrogram
|
||||
youtube-search-python
|
||||
git+https://github.com/ytdl-org/youtube-dl@master
|
||||
yt-dlp
|
||||
lyricsgenius
|
||||
speedtest-cli
|
||||
|
Loading…
Reference in New Issue
Block a user