X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=test%2Ftest_playlists.py;h=4af38632e7573b063418b2d0372bb1820533851f;hb=912b38b428e882c1ab79b6537b94b30e3e3c1def;hp=b1e38e7e9ef29d4fa5bbabcecabec26bfce4bad6;hpb=51fb2e98d2c8987f52abd57d77afc5c2972d203a;p=youtube-dl 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)