diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-29 21:33:56 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-29 21:33:56 -0500 |
commit | 0a9d24b2614a8cd814d2fffc5f254034245f6496 (patch) | |
tree | 8b87750a7dd7f14f78971212bc95f685e6bdd51f /youtube/templates | |
parent | ec6cb3923eb1353f21f0d6615a5d364f564a4e8a (diff) | |
download | yt-local-0a9d24b2614a8cd814d2fffc5f254034245f6496.tar.lz yt-local-0a9d24b2614a8cd814d2fffc5f254034245f6496.tar.xz yt-local-0a9d24b2614a8cd814d2fffc5f254034245f6496.zip |
General theme: Add license to missing script in watch.html
Diffstat (limited to 'youtube/templates')
-rw-r--r-- | youtube/templates/watch.html | 6 |
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 %} |