about summary refs log tree commit diff
path: root/youtube_dl/extractor/foxnews.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-03-28 01:14:12 +0600
committerSergey M․ <dstftw@gmail.com>2016-03-28 01:14:12 +0600
commitc8b13fec025bcb7402656095df369ad3f3225ac6 (patch)
tree53d01436730c46a209847af875d4436db8b5d871 /youtube_dl/extractor/foxnews.py
parent87d105ac6c90b4dad519de7d013623923d74d570 (diff)
downloadyoutube-dl-c8b13fec025bcb7402656095df369ad3f3225ac6.tar.gz
youtube-dl-c8b13fec025bcb7402656095df369ad3f3225ac6.tar.xz
youtube-dl-c8b13fec025bcb7402656095df369ad3f3225ac6.zip
[foxnews] Restore upload time fields in test
Diffstat (limited to 'youtube_dl/extractor/foxnews.py')
-rw-r--r--youtube_dl/extractor/foxnews.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/youtube_dl/extractor/foxnews.py b/youtube_dl/extractor/foxnews.py
index 1dc50318c..b04da2415 100644
--- a/youtube_dl/extractor/foxnews.py
+++ b/youtube_dl/extractor/foxnews.py
@@ -18,8 +18,8 @@ class FoxNewsIE(AMPIE):
                 'title': 'Frozen in Time',
                 'description': '16-year-old girl is size of toddler',
                 'duration': 265,
-                # 'timestamp': 1304411491,
-                # 'upload_date': '20110503',
+                'timestamp': 1304411491,
+                'upload_date': '20110503',
                 'thumbnail': 're:^https?://.*\.jpg$',
             },
         },
@@ -32,8 +32,8 @@ class FoxNewsIE(AMPIE):
                 'title': "Rep. Luis Gutierrez on if Obama's immigration plan is legal",
                 'description': "Congressman discusses president's plan",
                 'duration': 292,
-                # 'timestamp': 1417662047,
-                # 'upload_date': '20141204',
+                'timestamp': 1417662047,
+                'upload_date': '20141204',
                 'thumbnail': 're:^https?://.*\.jpg$',
             },
             'params': {