Update playlist.html

pull/90/head
candrapersada 3 years ago committed by GitHub
parent 94f179e79b
commit d4ec0ef0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,6 +66,7 @@
<label id="videoFormat">Select Video Format </label> <label id="videoFormat">Select Video Format </label>
<select id="select"> <select id="select">
<option value="best" id="bestVideoOption">Best</option> <option value="best" id="bestVideoOption">Best</option>
<option value="worst" id="worstVideoOption">worst</option>
<option value="useConfig">Config file format</option> <option value="useConfig">Config file format</option>
<option value="144">144p</option> <option value="144">144p</option>
<option value="240">240p</option> <option value="240">240p</option>
@ -123,4 +124,4 @@
<div id="goToTop"></div> <div id="goToTop"></div>
</body> </body>
</html> </html>

Loading…
Cancel
Save