diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-12-20 14:14:43 +0100 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-12-20 14:20:24 +0100 |
commit | 0eaf520d7758d57c61afe1832c1db9a4fb2ccc88 (patch) | |
tree | b69c85535e3ed345afce2e46d2b7cfa4849ca9b1 /test/tests.json | |
parent | 056d857571158264aefb8d9f7d47c0dad768be63 (diff) |
add info_dict testing to test_download
Diffstat (limited to 'test/tests.json')
-rw-r--r-- | test/tests.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/tests.json b/test/tests.json index 5c4cf51bf..4f8f68f38 100644 --- a/test/tests.json +++ b/test/tests.json @@ -2,7 +2,13 @@ { "name": "Youtube", "url": "http://www.youtube.com/watch?v=BaW_jenozKc", - "file": "BaW_jenozKc.mp4" + "file": "BaW_jenozKc.mp4", + "info_dict": { + "title": "youtube-dl test video \"'/\\ä↭𝕐", + "uploader": "Philipp Hagemeister", + "upload_date": "20121002", + "description": "test chars: \"'/\\ä↭𝕐\n\nThis is a test video for youtube-dl.\n\nFor more information, contact phihag@phihag.de ." + } }, { "name": "Dailymotion", |