Skip to content

Commit a862dce

Browse files
authored
Fixes
1 parent 31390ec commit a862dce

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

plugins/mediainfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async def mi(e):
2525
return await eod(e, "`Reply to any media`")
2626
xx = mediainfo(r.media)
2727
murl = r.media.stringify()
28-
url = html("Mediainfo", "Ultroid", f"<code>{murl}</code>")
28+
url = make_html_telegraph("Mediainfo", "Ultroid", f"<code>{murl}</code>")
2929
ee = await eor(e, f"**[{xx}]({url})**\n\n`Loading More...`", link_preview=False)
3030
dl = await ultroid_bot.download_media(r.media)
3131
out, er = await bash(f"mediainfo {dl}")

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
py-Ultroid==2021.4.15.1
1+
py-Ultroid==2021.4.16
22
gingerit
33
Telethon==1.21.1
44
git+https://github.com/buddhhu/search-engine-parser.git
@@ -7,5 +7,3 @@ git+https://github.com/ProgrammingError/rextester_py.git
77
google-assistant-grpc
88
tenacity
99
google-assistant-sdk
10-
11-

0 commit comments

Comments
 (0)