Fix double _cookie_args() call in download; fix diagnostic player client

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Mattias Tall
2026-05-26 10:01:24 +02:00
parent 3e439f2d3a
commit 299338ff80
2 changed files with 3 additions and 3 deletions

View File

@@ -230,7 +230,7 @@ def ytdlp_test(
"yt-dlp",
"https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"--dump-json", "--no-download", "--no-playlist",
"--extractor-args", "youtube:player_client=tv,ios,web",
"--extractor-args", "youtube:player_client=web",
*cookie_args,
],
capture_output=True, text=True, timeout=30,