aboutsummaryrefslogtreecommitdiff
path: root/templates/watch.html
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-05-22 10:37:15 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-05-22 10:37:15 -0500
commit4407433bd31df5526df0dd167d2d9d9d878a09d1 (patch)
treee32ddd96d2cf3bf696d8813f354961e44323414a /templates/watch.html
parent013753b666cfbae213921af4193620c6b356fbf6 (diff)
downloadembedtube-4407433bd31df5526df0dd167d2d9d9d878a09d1.tar.xz
embedtube-4407433bd31df5526df0dd167d2d9d9d878a09d1.zip
support yt url queries for start time, etcHEADmaster
Diffstat (limited to 'templates/watch.html')
-rw-r--r--templates/watch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/watch.html b/templates/watch.html
index 2842547..501e44d 100644
--- a/templates/watch.html
+++ b/templates/watch.html
@@ -6,7 +6,7 @@
{{ define "content" }}
<iframe
id="player"
- src="https://www.youtube-nocookie.com/embed/{{ .Id }}?enablejsapi=1&autoplay=1"
+ src="{{ .Src }}"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"