aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/js/watch.js
Commit message (Collapse)AuthorAgeFilesLines
* Redo av codec settings & selections to accomodate webmJames Taylor2021-09-061-7/+5
| | | | | | | | | | | | | | Allows for ranked preferences for h264, av1, and vp9 codecs in settings, along with equal preferences which are tiebroken using smaller file size. For each quality, gives av-merge a list of video sources and audio sources sorted based on preference & file size. It will pick the first one that the browser supports. Closes #84 Signed-off-by: Jesús <heckyel@hyperbola.info>
* watch.js: video variable as const and improve data.time_start syntaxJesús2021-09-011-3/+2
|
* watch.html: Move loose inline javascript into watch.jsJesús2021-08-291-0/+201
The number of inline code blocks and the dependencies between them became unmanageable. From 9d96c07a3c2e68f1893634574c3be64e41a2c041 Mon Sep 17 00:00:00 2001 From: James Taylor <user234683@users.noreply.github.com>