Change API and add justwatch

This commit is contained in:
yasir 2023-01-17 16:14:29 +07:00
parent a5ab843e49
commit d0d6c51d4e

View file

@ -498,7 +498,7 @@ async def imdb_en_callback(bot, query):
[ [
[ [
InlineKeyboardButton("🎬 Open IMDB", url=url), InlineKeyboardButton("🎬 Open IMDB", url=url),
InlineKeyboardButton("▶️ Trailer", url=trailer), InlineKeyboardButton("▶️ Trailer", url=trailer_url),
] ]
] ]
) )