1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-04 15:45:16 -04:00

[cleanup] Minor cleanup

This commit is contained in:
pukkandan
2021-11-04 03:40:35 +05:30
parent 8913ef74d7
commit a4211baff5
9 changed files with 24 additions and 22 deletions

View File

@@ -2513,7 +2513,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
fmt.get('qualityLabel') or quality.replace('audio_quality_', ''),
throttled and 'THROTTLED'))),
'source_preference': -10 if not throttled else -1,
'fps': int_or_none(fmt.get('fps')),
'fps': int_or_none(fmt.get('fps')) or None,
'height': height,
'quality': q(quality),
'tbr': tbr,