This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-HomeBrewPlex
mirror of
https://github.com/jrtechs/HomeBrewPlex.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
added download button to watch page
pull/17/head
jrtechs
4 years ago
parent
0afa635d37
commit
4219e045b0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
html/watch.html
+ 1
- 0
html/watch.html
View File
@ -11,6 +11,7 @@
<
p
id
=
"copyStatus"
>
<
/
p
>
<
input
class
=
"form-control"
type
=
"text"
value
=
"{serverURL}/video\?v\={videoURL}\&api\={api}"
id
=
"directLink"
>
<
button
class
=
"btn btn-secondary align-content-center"
onclick
=
"copyVideoPath()"
>
Copy Direct Link
<
/
button
>
<
a
class
=
"btn btn-secondary align-content-center"
href
=
"/video?v={videoURL}"
download
=
"{videoURL}"
>
Download
<
/
a
>
<
/
div
>
<
script
>
Write
Preview
Loading…
Cancel
Save