commit
f6344cf431
@ -40,7 +40,7 @@ def ytsearch(query: str):
|
|||||||
|
|
||||||
async def ytdl(link: str):
|
async def ytdl(link: str):
|
||||||
stdout, stderr = await bash(
|
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:
|
if stdout:
|
||||||
return 1, stdout
|
return 1, stdout
|
||||||
|
@ -4,7 +4,6 @@ ffmpeg-python
|
|||||||
py-tgcalls
|
py-tgcalls
|
||||||
pyrogram
|
pyrogram
|
||||||
youtube-search-python
|
youtube-search-python
|
||||||
git+https://github.com/ytdl-org/youtube-dl@master
|
|
||||||
yt-dlp
|
yt-dlp
|
||||||
lyricsgenius
|
lyricsgenius
|
||||||
speedtest-cli
|
speedtest-cli
|
||||||
|
Loading…
Reference in New Issue
Block a user