aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-29 21:33:56 -0500
committerJesús <heckyel@hyperbola.info>2020-12-29 21:33:56 -0500
commit0a9d24b2614a8cd814d2fffc5f254034245f6496 (patch)
tree8b87750a7dd7f14f78971212bc95f685e6bdd51f
parentec6cb3923eb1353f21f0d6615a5d364f564a4e8a (diff)
downloadyt-local-0a9d24b2614a8cd814d2fffc5f254034245f6496.tar.lz
yt-local-0a9d24b2614a8cd814d2fffc5f254034245f6496.tar.xz
yt-local-0a9d24b2614a8cd814d2fffc5f254034245f6496.zip
General theme: Add license to missing script in watch.html
-rw-r--r--youtube/templates/watch.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
index 60fd941..1b47e57 100644
--- a/youtube/templates/watch.html
+++ b/youtube/templates/watch.html
@@ -340,7 +340,11 @@
</div>
- <script> data = {{ js_data|tojson }} </script>
+ <script>
+ // @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-v3-or-Later
+ data = {{ js_data|tojson }};
+ // @license-end
+ </script>
<script src="/youtube.com/static/js/common.js"></script>
<script src="/youtube.com/static/js/transcript-table.js"></script>
{% if settings.use_video_hotkeys %} <script src="/youtube.com/static/js/hotkeys.js"></script> {% endif %}