diff options
Diffstat (limited to 'yt_watch_template.html')
-rw-r--r-- | yt_watch_template.html | 6 |
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> |