diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-05-12 14:05:14 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-05-12 14:05:14 +0200 |
commit | 59f4fd4dc65f0576fdf02bfb710cddc90262b1ba (patch) | |
tree | 1897d98af0cb2d0321c5e1f2837329e5365ee1f5 /test | |
parent | 86fd453ea8f9b65f6b1aded22ccc802292159cf3 (diff) |
YahooIE: remove old code and accept screen.yahoo.com videos (#300)
Videos require rtmpdump
Diffstat (limited to 'test')
-rw-r--r-- | test/tests.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/tests.json b/test/tests.json index 5a14b0523..f0e5cd8bf 100644 --- a/test/tests.json +++ b/test/tests.json @@ -430,5 +430,15 @@ "info_dict":{ "title":"François Hollande \"Je crois que c'est clair\"" } + }, + { + "name": "Yahoo", + "url": "http://screen.yahoo.com/obama-celebrates-iraq-victory-27592561.html", + "file": "27592561.flv", + "md5": "c6179bed843512823fd284fa2e7f012d", + "info_dict": { + "title": "Obama Celebrates Iraq Victory" + }, + "skip": "Requires rtmpdump" } ] |