X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=test%2Ftests.json;h=cd72a88e35ec2ed88d5e1e4fa7f9bf0c80b61392;hb=9cf98a2bcc9cae6bb308b42c0da3587b7d4115f2;hp=61914e86868f15bfb0dcdea9a7d46949bdea718c;hpb=deb594a9a04236a9e034bac16f625df3fed2b352;p=youtube-dl diff --git a/test/tests.json b/test/tests.json index 61914e868..cd72a88e3 100644 --- a/test/tests.json +++ b/test/tests.json @@ -124,10 +124,41 @@ { "name": "Steam", "url": "http://store.steampowered.com/video/105600/", - "file": "81300.flv", - "md5": "f870007cee7065d7c76b88f0a45ecc07", + "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", + "file": "20274954.flv", + "md5": "088f151799e8f572f84eb62f17d73e5c", "info_dict": { - "title": "Terraria 1.1 Trailer" + "title": "Young Americans for Liberty February 7, 2012 2:28 AM" + } + }, + { + "name": "InfoQ", + "url": "http://www.infoq.com/presentations/A-Few-of-My-Favorite-Python-Things", + "file": "12-jan-pythonthings.mp4", + "info_dict": { + "title": "A Few of My Favorite [Python] Things" + }, + "params": { + "skip_download": true } } ]