From 005993ea949af13e061eed4a18d0d23af23fb44d Mon Sep 17 00:00:00 2001 From: MMaker Date: Fri, 31 Jan 2025 18:48:21 -0500 Subject: [PATCH] Revert html change --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 25141f5..f3a6b78 100644 --- a/app.py +++ b/app.py @@ -69,8 +69,8 @@ def proxy(video_id): tag["content"] = thumbnail_url break # Fix embed (Niconico doesn't return MP4s) - if tag.get("property") == "og:video:type": - tag["content"] = "text/html" + # if tag.get("property") == "og:video:type": + # tag["content"] = "text/html" og_tags_str = "\n".join(str(tag) for tag in og_tags) html_response = f"""