1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-01 21:51:02 +02:00

[youtube] Extract framerate from the dash manifest

Not all videos have 60 fps, for example they can have 48 fps.
This commit is contained in:
Jaime Marquínez Ferrándiz 2014-12-01 17:35:03 +01:00
parent df015c69ea
commit c41a9650c3

View File

@ -971,6 +971,7 @@ def decrypt_sig(mobj):
'tbr': int_or_none(r.attrib.get('bandwidth'), 1000),
'asr': int_or_none(r.attrib.get('audioSamplingRate')),
'filesize': filesize,
'fps': int_or_none(r.attrib.get('frameRate')),
}
try:
existing_format = next(