From 7264bbeaed2ea83970c10da703ff0058592ff7f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jes=C3=BAs?= <heckyel@hyperbola.info>
Date: Sun, 29 Aug 2021 23:34:18 -0500
Subject: licenses.html: update

---
 youtube/templates/licenses.html | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

(limited to 'youtube/templates/licenses.html')

diff --git a/youtube/templates/licenses.html b/youtube/templates/licenses.html
index 1d813a2..6895ca1 100644
--- a/youtube/templates/licenses.html
+++ b/youtube/templates/licenses.html
@@ -14,6 +14,11 @@
             </tr>
         </thead>
         <tbody>
+            <tr>
+                <td data-label="File"><a href="/youtube.com/static/js/av-merge.js">av-merge.js</a></td>
+                <td data-label="License"><a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0 or later</a></td>
+                <td data-label="Source"><a href="/youtube.com/static/js/av-merge.js">av-merge.js</a></td>
+            </tr>
             <tr>
                 <td data-label="File"><a href="/youtube.com/static/js/comments.js">comments.js</a></td>
                 <td data-label="License"><a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0 or later</a></td>
@@ -45,15 +50,15 @@
                 <td data-label="Source"><a href="/youtube.com/static/modules/plyr/plyr.js">plyr.js</a></td>
             </tr>
             <tr>
-                <td data-label="File"><a href="/youtube.com/static/js/speedyplay.js">speedyplay.js</a></td>
-                <td data-label="License"><a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0 or later</a></td>
-                <td data-label="Source"><a href="/youtube.com/static/js/speedyplay.js">speedyplay.js</a></td>
-            </tr>
-             <tr>
                 <td data-label="File"><a href="/youtube.com/static/js/transcript-table.js">transcript-table.js</a></td>
                 <td data-label="License"><a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0 or later</a></td>
                 <td data-label="Source"><a href="/youtube.com/static/js/transcript-table.js">transcript-table.js</a></td>
-             </tr>
+            </tr>
+            <tr>
+                <td data-label="File"><a href="/youtube.com/static/js/watch.js">watch.js</a></td>
+                <td data-label="License"><a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0 or later</a></td>
+                <td data-label="Source"><a href="/youtube.com/static/js/watch.js">watch.js</a></td>
+            </tr>
         </tbody>
     </table>
 {% endblock main %}
-- 
cgit v1.2.3