Add audio format option to download form and update API for audio downloads
This commit is contained in:
@@ -38,6 +38,7 @@ const streamOnly = import.meta.env.STREAM_ONLY === "true";
|
||||
<option value="mp4" selected
|
||||
>{t(Astro, "downloadForm.formatMp4")}</option
|
||||
>
|
||||
<option value="audio">{t(Astro, "downloadForm.formatAudio")}</option>
|
||||
<option value="best">{t(Astro, "downloadForm.formatBest")}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user