it mostly works!
This commit is contained in:
parent
76543fd220
commit
44cd13f10c
52 changed files with 879 additions and 396 deletions
9
views/download.handlebars
Normal file
9
views/download.handlebars
Normal file
|
@ -0,0 +1,9 @@
|
|||
<form class="download-form" action="/api/download" method="get">
|
||||
<select name="codec">
|
||||
{{#each codecs as |codec|}}
|
||||
<option value="{{codec}}">{{codec}}</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
<input type="hidden" name="id" value="{{id}}">
|
||||
<input type="submit" value="download!">
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue