aboutsummaryrefslogtreecommitdiffstats
path: root/yt_watch_template.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-16 02:05:46 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-16 02:05:46 -0700
commitac1319e7204200577eb8aba74655de8b3e2d4f0a (patch)
tree46d0e0257243e03971f85aa436f1a84ed0062612 /yt_watch_template.html
parent2305294528dc3dbcd190300d85964160fe5e0920 (diff)
downloadyt-local-ac1319e7204200577eb8aba74655de8b3e2d4f0a.tar.lz
yt-local-ac1319e7204200577eb8aba74655de8b3e2d4f0a.tar.xz
yt-local-ac1319e7204200577eb8aba74655de8b3e2d4f0a.zip
Support for downloading video in all available formats
Diffstat (limited to 'yt_watch_template.html')
-rw-r--r--yt_watch_template.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/yt_watch_template.html b/yt_watch_template.html
index 515d953..58b3959 100644
--- a/yt_watch_template.html
+++ b/yt_watch_template.html
@@ -67,6 +67,12 @@ $video_sources
<time datetime="$upload_date">Published on $upload_date</time>
<span class="likes-dislikes">$likes likes $dislikes dislikes</span>
+ <div class="dropdown">
+ <button class="dropdown-label">Download</button>
+ <div class="dropdown-content">
+$download_options
+ </div>
+ </div>
<input class="checkbox" name="video_info_list" value="$video_info" form="playlist-add" type="checkbox">
<span class="description">$description</span>