Fix set video quality

This commit is contained in:
henryruhs
2025-01-13 12:34:12 +01:00
parent b8ebcf9fe3
commit 56ba551630
3 changed files with 46 additions and 15 deletions

View File

@@ -11,8 +11,4 @@ def test_run() -> None:
def test_chain() -> None:
commands = chain(
head(metadata.get('url'))
)
assert commands == [ '-I', metadata.get('url') ]
assert chain(head(metadata.get('url'))) == [ '-I', metadata.get('url') ]