Added 8k support (#254)

This commit is contained in:
Kieran
2024-05-21 09:59:05 -07:00
committed by GitHub
parent a2a0f48065
commit dec3938780
4 changed files with 4 additions and 2 deletions
@@ -245,7 +245,7 @@ defmodule Pinchflat.Downloading.DownloadOptionBuilderTest do
describe "build/1 when testing quality options" do
test "it includes quality options" do
resolutions = ["360", "480", "720", "1080", "2160"]
resolutions = ["360", "480", "720", "1080", "2160", "4320"]
Enum.each(resolutions, fn resolution ->
resolution_atom = String.to_existing_atom(resolution <> "p")