failed attempt at making images load on android-discord

This commit is contained in:
ed 2024-05-05 14:16:22 +00:00
parent 48a6789d36
commit b15a4ef79f

View file

@ -4841,9 +4841,8 @@ class HttpCli(object):
} }
elif is_pic: elif is_pic:
title = str(vn.flags.get("og_title_i") or "") title = str(vn.flags.get("og_title_i") or "")
ogh["og:type"] = "website" ogh["twitter:card"] = "summary_large_image"
ogh["twitter:card"] = "photo" ogh["twitter:image"] = ogh["og:image"] = j2a["og_raw"]
ogh["twitter:image:src"] = ogh["og:image"] = j2a["og_raw"]
try: try:
for k, v in file["tags"].items(): for k, v in file["tags"].items():