mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 13:57:25 +01:00
Fix ffmpeg regex
This commit is contained in:
parent
4458983842
commit
4f7c6e90c8
@ -1213,7 +1213,7 @@ def __init__(self, info_dict, ffmpeg_args, hook_progress, ydl=None):
|
|||||||
(?:
|
(?:
|
||||||
frame=\s(?P<frame>\S+)\n
|
frame=\s(?P<frame>\S+)\n
|
||||||
fps=\s(?P<fps>\S+)\n
|
fps=\s(?P<fps>\S+)\n
|
||||||
stream\d+_\d+_q=\s(?P<stream_d_d_q>\S+)\n
|
stream_\d+_\d+_q=\s(?P<stream_d_d_q>\S+)\n
|
||||||
)?
|
)?
|
||||||
bitrate=\s(?P<bitrate>\S+)\n
|
bitrate=\s(?P<bitrate>\S+)\n
|
||||||
total_size=\s(?P<total_size>\S+)\n
|
total_size=\s(?P<total_size>\S+)\n
|
||||||
|
Loading…
Reference in New Issue
Block a user