aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/licenses.html
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-05-22 17:05:39 -0500
committerJesús <heckyel@hyperbola.info>2021-05-22 17:05:39 -0500
commitb3abec81e14b583400eebb120de8e5c4b7ca1da2 (patch)
treeace867440dbf8d26b082c9730a52bb883eb19d90 /youtube/templates/licenses.html
parente44647f1064c994237f6266b9b53b49a0d34db7e (diff)
downloadyt-local-b3abec81e14b583400eebb120de8e5c4b7ca1da2.tar.lz
yt-local-b3abec81e14b583400eebb120de8e5c4b7ca1da2.tar.xz
yt-local-b3abec81e14b583400eebb120de8e5c4b7ca1da2.zip
Add plyr as main player
Also plyr supports switch quality
Diffstat (limited to 'youtube/templates/licenses.html')
-rw-r--r--youtube/templates/licenses.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube/templates/licenses.html b/youtube/templates/licenses.html
index dc883a8..60b76fb 100644
--- a/youtube/templates/licenses.html
+++ b/youtube/templates/licenses.html
@@ -35,6 +35,11 @@
<td data-label="Source"><a href="/youtube.com/static/js/playlistadd.js">playlistadd.js</a></td>
</tr>
<tr>
+ <td data-label="File"><a href="/youtube.com/static/modules/plyr/plyr.min.js">plyr.min.js</a></td>
+ <td data-label="License"><a href="https://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
+ <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>