mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-04 19:24:51 +00:00
Fix IMDB
This commit is contained in:
parent
8092e44392
commit
b6ecebc232
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ from pyrogram.types import (
|
||||||
CallbackQuery,
|
CallbackQuery,
|
||||||
InputMediaPhoto,
|
InputMediaPhoto,
|
||||||
)
|
)
|
||||||
|
from pyrogram.errors import MessageNotModified, MediaEmpty, PhotoInvalidDimensions, WebpageMediaEmpty
|
||||||
|
from deep_translator import GoogleTranslator
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
from pyrogram import filters
|
from pyrogram import filters
|
||||||
from misskaty import app, BOT_USERNAME
|
from misskaty import app, BOT_USERNAME
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue