diff options
Diffstat (limited to 'youtube/templates')
-rw-r--r-- | youtube/templates/watch.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index a8442ca..7068fb7 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -86,6 +86,8 @@ <input class="v-checkbox" name="video_info_list" value="{{ video_info }}" form="playlist-edit" type="checkbox"> + <span class="v-direct-link"><a href="https://youtu.be/{{ video_id }}" >Direct Link</a></span> + <details class="v-download"> <summary class="download-dropdown-label">Download</summary> <ul class="download-dropdown-content"> |