mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-25 16:51:26 +01:00
Compare commits
2 Commits
59e5975a00
...
73da03648f
Author | SHA1 | Date | |
---|---|---|---|
|
73da03648f | ||
|
74756fd7b0 |
|
@ -98,7 +98,7 @@ class CNBCVideoIE(InfoExtractor):
|
|||
webpage,
|
||||
'channel name',
|
||||
fatal=False),
|
||||
'formats': self._extract_akamai_formats(url, str(display_id)),
|
||||
'formats': self._extract_akamai_formats(link, display_id),
|
||||
'id': display_id,
|
||||
'upload_date': unified_strdate(upload_date) if upload_date else None,
|
||||
'url': link,
|
||||
|
|
Loading…
Reference in New Issue
Block a user