Support audio only downloads (#46)

* Adds option to only download audio

* Improves helper text for profile options
This commit is contained in:
Kieran
2024-03-02 13:01:47 -08:00
committed by GitHub
parent 09448e3fcc
commit c37157d644
6 changed files with 83 additions and 22 deletions
@@ -21,11 +21,12 @@ defmodule PinchflatWeb.MediaProfiles.MediaProfileHTML do
def friendly_resolution_options do
[
{"2160p", "4k"},
{"4k", "2160p"},
{"1080p", "1080p"},
{"720p", "720p"},
{"480p", "480p"},
{"360p", "360p"}
{"360p", "360p"},
{"Audio Only", "audio"}
]
end