diff options
author | Adrian Heine né Lang <mail@adrianheine.de> | 2021-01-26 22:43:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 22:43:11 +0100 |
commit | d18f4419a72a01abc2cb45ef23f2400cd3eb5f43 (patch) | |
tree | eec32ad6d940f32c3ded3d6b86b91a1426f37adc /youtube_dl/extractor/abcnews.py | |
parent | 0f7d413d5b2637e2fb091745ab4f70811a6cc600 (diff) |
[AMP] Fix upload_date and timestamp extraction (#27970)
Diffstat (limited to 'youtube_dl/extractor/abcnews.py')
-rw-r--r-- | youtube_dl/extractor/abcnews.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/abcnews.py b/youtube_dl/extractor/abcnews.py index 8b407bf9c..64ea6e6ed 100644 --- a/youtube_dl/extractor/abcnews.py +++ b/youtube_dl/extractor/abcnews.py @@ -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 |