fixed embed on videos page

This commit is contained in:
Death916 2025-05-07 03:32:21 -07:00
parent 2d6c5aa1dc
commit ca67926d85

View file

@ -22,7 +22,7 @@ def videos():
f"""<iframe
width="350"
height="200"
src="{video_url}"
src="https://www.youtube.com/embed/{video_url.split('v=')[1]}"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"