diff options
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 | 
