From a7da23c6da411442dc4ef6af91447820d0b0e517 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 23 Aug 2021 19:50:57 -0700 Subject: Add video quality selector MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jesús --- youtube/templates/watch.html | 48 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) (limited to 'youtube/templates') diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 9d7a36c..2c85e16 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -55,8 +55,17 @@ - {% if pair_sources and (not uni_sources or pair_sources[pair_idx][0]['quality'] != uni_sources[uni_idx]['quality']) %} - + + {% if using_pair_sources %} + + {% endif %} {% if time_start != 0 %} @@ -93,8 +102,41 @@
+ +
- Direct Link -- cgit v1.2.3