From b6338e16623a6d49afe3a81bd07e8c7730f7c450 Mon Sep 17 00:00:00 2001 From: zxce3 Date: Tue, 14 Sep 2021 04:34:58 +0700 Subject: [PATCH] did u mean yt_dl? --- bot/song.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/song.py b/bot/song.py index 6ef79ab..2d3d0ab 100644 --- a/bot/song.py +++ b/bot/song.py @@ -12,7 +12,7 @@ import aiofiles import aiohttp import requests import youtube_dl -from yt_dlp import YoutubeDL +from yt_dl import YoutubeDL from pyrogram import Client, filters from pyrogram.errors import FloodWait, MessageNotModified from pyrogram.types import Message, InlineKeyboardButton, InlineKeyboardMarkup