|
|
|
@ -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>
|
|
|
|
|