aboutsummaryrefslogtreecommitdiff
path: root/test/test_playlists.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-03-24 01:40:09 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-03-24 01:40:09 +0100
commit912b38b428e882c1ab79b6537b94b30e3e3c1def (patch)
treea1ce210e3af2767d3544d0c273437e3968366886 /test/test_playlists.py
parent51fb2e98d2c8987f52abd57d77afc5c2972d203a (diff)
downloadyoutube-dl-912b38b428e882c1ab79b6537b94b30e3e3c1def.tar.xz
[instagram] Fix info_dict key name
Diffstat (limited to 'test/test_playlists.py')
-rw-r--r--test/test_playlists.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_playlists.py b/test/test_playlists.py
index b1e38e7e9..4af38632e 100644
--- a/test/test_playlists.py
+++ b/test/test_playlists.py
@@ -309,6 +309,8 @@ class TestPlaylists(unittest.TestCase):
'thumbnail': 're:^https?://.*\.jpg',
'uploader': 'Porsche',
'uploader_id': 'porsche',
+ 'timestamp': 1387486713,
+ 'upload_date': '20131219',
}
expect_info_dict(self, EXPECTED, test_video)