mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-10 19:37:25 +00:00
[foxnews] Restore upload time fields in test
This commit is contained in:
parent
87d105ac6c
commit
c8b13fec02
@ -18,8 +18,8 @@ class FoxNewsIE(AMPIE):
|
|||||||
'title': 'Frozen in Time',
|
'title': 'Frozen in Time',
|
||||||
'description': '16-year-old girl is size of toddler',
|
'description': '16-year-old girl is size of toddler',
|
||||||
'duration': 265,
|
'duration': 265,
|
||||||
# 'timestamp': 1304411491,
|
'timestamp': 1304411491,
|
||||||
# 'upload_date': '20110503',
|
'upload_date': '20110503',
|
||||||
'thumbnail': 're:^https?://.*\.jpg$',
|
'thumbnail': 're:^https?://.*\.jpg$',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -32,8 +32,8 @@ class FoxNewsIE(AMPIE):
|
|||||||
'title': "Rep. Luis Gutierrez on if Obama's immigration plan is legal",
|
'title': "Rep. Luis Gutierrez on if Obama's immigration plan is legal",
|
||||||
'description': "Congressman discusses president's plan",
|
'description': "Congressman discusses president's plan",
|
||||||
'duration': 292,
|
'duration': 292,
|
||||||
# 'timestamp': 1417662047,
|
'timestamp': 1417662047,
|
||||||
# 'upload_date': '20141204',
|
'upload_date': '20141204',
|
||||||
'thumbnail': 're:^https?://.*\.jpg$',
|
'thumbnail': 're:^https?://.*\.jpg$',
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
|
Loading…
Reference in New Issue
Block a user