diff --git a/src/snek/system/template.py b/src/snek/system/template.py index 668efc3..097f21a 100644 --- a/src/snek/system/template.py +++ b/src/snek/system/template.py @@ -193,7 +193,7 @@ def embed_youtube(text): "www.youtube-nocookie.com", "youtube-nocookie.com", ] - and any(url.path.startswith(p) for p in ["/watch", "/embed"]) + and any(url.path.startswith(p) for p in ["/watch", "/embed", "/shorts"]) ): queries = parse_qs(url.query) if "v" in queries: