mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-05-01 21:16:13 +00:00
use subprocess.check_call
Authored by: bashonly
This commit is contained in:
parent
32be693fd7
commit
7a74994a02
@ -52,7 +52,7 @@ class TestConvertThumbnail(unittest.TestCase):
|
|||||||
test_data_dir = 'test/testdata/thumbnails'
|
test_data_dir = 'test/testdata/thumbnails'
|
||||||
generated_file = f'{test_data_dir}/empty.webp'
|
generated_file = f'{test_data_dir}/empty.webp'
|
||||||
|
|
||||||
subprocess.run([
|
subprocess.check_call([
|
||||||
pp.executable, '-y', '-f', 'lavfi', '-i', 'color=c=black:s=320x320',
|
pp.executable, '-y', '-f', 'lavfi', '-i', 'color=c=black:s=320x320',
|
||||||
'-c:v', 'libwebp', '-pix_fmt', 'yuv420p', '-vframes', '1', generated_file,
|
'-c:v', 'libwebp', '-pix_fmt', 'yuv420p', '-vframes', '1', generated_file,
|
||||||
], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user