diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-01-01 19:30:29 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-01-01 19:30:29 +0100 |
commit | 5c892b0ba963713bd75d1c85698a660d9bc4bb05 (patch) | |
tree | 94102e0d2bccfa3cee1584f2a4aa83559749db6e /test/tests.json | |
parent | 6985325e01c6b0b4a0b332dc066f2c00bc32503f (diff) |
Adapt test_download to support playlists, and remove race conditions
Diffstat (limited to 'test/tests.json')
-rw-r--r-- | test/tests.json | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/test/tests.json b/test/tests.json index 23843432a..1d7707033 100644 --- a/test/tests.json +++ b/test/tests.json @@ -124,16 +124,28 @@ { "name": "Steam", "url": "http://store.steampowered.com/video/105600/", - "file": "81300.flv", - "md5": "f870007cee7065d7c76b88f0a45ecc07", - "info_dict": { - "title": "Terraria 1.1 Trailer" - } + "playlist": [ + { + "file": "81300.flv", + "md5": "f870007cee7065d7c76b88f0a45ecc07", + "info_dict": { + "title": "Terraria 1.1 Trailer" + } + }, + { + "file": "80859.flv", + "md5": "61aaf31a5c5c3041afb58fb83cbb5751", + "info_dict": { + "title": "Terraria Trailer" + } + } + ] }, { "name": "Ustream", "url": "http://www.ustream.tv/recorded/20274954", - "files": [["20274954.flv", "088f151799e8f572f84eb62f17d73e5c" ]], + "file": "20274954.flv", + "md5": "088f151799e8f572f84eb62f17d73e5c", "info_dict": { "title": "Young Americans for Liberty February 7, 2012 2:28 AM" } |