merge pull request #125 from levina-lab/beta-test

beta test (last)
This commit is contained in:
levina 2022-01-31 20:52:55 +07:00 committed by GitHub
commit f6344cf431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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