Compare commits

..

2 Commits

Author SHA1 Message Date
J. Gonzalez
73da03648f A trivial cleanup while we're at it
Straightforward.
2023-12-11 20:42:31 -05:00
J. Gonzalez
74756fd7b0 Rename variable _correctly_.
I have no idea how this flew under the radar.
2023-12-11 20:41:57 -05:00

View File

@ -98,7 +98,7 @@ class CNBCVideoIE(InfoExtractor):
webpage, webpage,
'channel name', 'channel name',
fatal=False), fatal=False),
'formats': self._extract_akamai_formats(url, str(display_id)), 'formats': self._extract_akamai_formats(link, display_id),
'id': display_id, 'id': display_id,
'upload_date': unified_strdate(upload_date) if upload_date else None, 'upload_date': unified_strdate(upload_date) if upload_date else None,
'url': link, 'url': link,