aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-08-29 23:34:18 -0500
committerJesús <heckyel@hyperbola.info>2021-08-29 23:34:18 -0500
commit7264bbeaed2ea83970c10da703ff0058592ff7f9 (patch)
treefc232ace0d3ef9098f68a381533915f6020350d9
parenta7527986c821d9766bdc3907ed6ffeaf7e62c18d (diff)
downloadyt-local-7264bbeaed2ea83970c10da703ff0058592ff7f9.tar.lz
yt-local-7264bbeaed2ea83970c10da703ff0058592ff7f9.tar.xz
yt-local-7264bbeaed2ea83970c10da703ff0058592ff7f9.zip
licenses.html: update
-rw-r--r--youtube/templates/licenses.html17
1 files changed, 11 insertions, 6 deletions
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
@@ -15,6 +15,11 @@
</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>
<td data-label="Source"><a href="/youtube.com/static/js/comments.js">comments.js</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 %}