mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-25 16:51:26 +01:00
Compare commits
No commits in common. "73da03648f50630a40d2e88f95dba576b59fe1d0" and "59e5975a0065d065602333275c62a839bbf2bc61" have entirely different histories.
73da03648f
...
59e5975a00
|
@ -98,7 +98,7 @@ class CNBCVideoIE(InfoExtractor):
|
||||||
webpage,
|
webpage,
|
||||||
'channel name',
|
'channel name',
|
||||||
fatal=False),
|
fatal=False),
|
||||||
'formats': self._extract_akamai_formats(link, display_id),
|
'formats': self._extract_akamai_formats(url, str(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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user