mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 11:04:51 +00:00
Try using own api
This commit is contained in:
parent
d234bede5c
commit
f8908077e2
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ async def imdb_id_callback(_, query):
|
||||||
markup = InlineKeyboardMarkup(
|
markup = InlineKeyboardMarkup(
|
||||||
[
|
[
|
||||||
[
|
[
|
||||||
InlineKeyboardButton("🎬 Open IMDB", url=f"https://www.imdb.com{r_json['url']}"),
|
InlineKeyboardButton("🎬 Open IMDB", url=url),
|
||||||
InlineKeyboardButton("▶️ Trailer", url=trailer),
|
InlineKeyboardButton("▶️ Trailer", url=trailer),
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue