mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-25 02:45:12 +00:00
Fix ffmpeg regex
This commit is contained in:
parent
4458983842
commit
4f7c6e90c8
1 changed files with 1 additions and 1 deletions
|
@ -1213,7 +1213,7 @@ def __init__(self, info_dict, ffmpeg_args, hook_progress, ydl=None):
|
|||
(?:
|
||||
frame=\s(?P<frame>\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
|
||||
total_size=\s(?P<total_size>\S+)\n
|
||||
|
|
Loading…
Reference in a new issue