mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-01-03 20:19:36 +01:00
parent
e0fd95737d
commit
b69fd25c25
30 changed files with 109 additions and 68 deletions
|
|
@ -340,7 +340,7 @@ class CBCGemIE(InfoExtractor):
|
|||
yield {
|
||||
**base_format,
|
||||
'format_id': join_nonempty('sec', height),
|
||||
'url': re.sub(r'(QualityLevels\()\d+(\))', fr'\<1>{bitrate}\2', base_url),
|
||||
'url': re.sub(r'(QualityLevels\()\d+(\))', fr'\1{bitrate}\2', base_url),
|
||||
'width': int_or_none(video_quality.attrib.get('MaxWidth')),
|
||||
'tbr': bitrate / 1000.0,
|
||||
'height': height,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue