mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 10:37:36 -07:00
[AMP] Fix upload_date and timestamp extraction (#27970)
This commit is contained in:
parent
0f7d413d5b
commit
d18f4419a7
3 changed files with 12 additions and 3 deletions
|
@ -36,6 +36,8 @@ class AbcNewsVideoIE(AMPIE):
|
|||
'description': 'George Stephanopoulos goes one-on-one with Iranian Foreign Minister Dr. Javad Zarif.',
|
||||
'duration': 180,
|
||||
'thumbnail': r're:^https?://.*\.jpg$',
|
||||
'timestamp': 1380454200,
|
||||
'upload_date': '20130929',
|
||||
},
|
||||
'params': {
|
||||
# m3u8 download
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue