From ff3def435cf943b0b95a3b7d77a9fdd5fe5dc142 Mon Sep 17 00:00:00 2001 From: zxce3 Date: Tue, 14 Sep 2021 04:38:34 +0700 Subject: [PATCH] my bad --- bot/song.py | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/song.py b/bot/song.py index 2d3d0ab..952dcd8 100644 --- a/bot/song.py +++ b/bot/song.py @@ -12,7 +12,7 @@ import aiofiles import aiohttp import requests import youtube_dl -from yt_dl import YoutubeDL +from youtube_dl import YoutubeDL from pyrogram import Client, filters from pyrogram.errors import FloodWait, MessageNotModified from pyrogram.types import Message, InlineKeyboardButton, InlineKeyboardMarkup diff --git a/requirements.txt b/requirements.txt index 06da970..049b44d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,3 +19,4 @@ psutil future gTTS wget +yt_dlp \ No newline at end of file