From 6b4642fae32eea550d84333b0631c4afb0f3e8c5 Mon Sep 17 00:00:00 2001 From: "M.Yasoob Khalid" <yasoob.khld@gmail.com> Date: Wed, 26 Jun 2013 15:40:24 +0500 Subject: added test for wimp.com --- test/tests.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test') diff --git a/test/tests.json b/test/tests.json index 5f4f642e8..a70ddf34a 100644 --- a/test/tests.json +++ b/test/tests.json @@ -695,5 +695,14 @@ "info_dict": { "title": "卡马乔国足开大脚长传冲吊集锦" } + }, + { + "name": "Wimp", + "url": "http://www.wimp.com/deerfence/", + "file": "deerfence.flv", + "md5": "8b215e2e0168c6081a1cf84b2846a2b5", + "info_dict": { + "title": "Watch Till End - Herd of deer jump over a fence.", + } } ] -- cgit v1.2.3 From 8bcc355972020086672b0a3d8dcc2f38694f4672 Mon Sep 17 00:00:00 2001 From: "M.Yasoob Khalid" <yasoob.khld@gmail.com> Date: Wed, 26 Jun 2013 15:51:25 +0500 Subject: removed trailing ',' and corrected the title in test --- test/tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/tests.json b/test/tests.json index a70ddf34a..816fabf70 100644 --- a/test/tests.json +++ b/test/tests.json @@ -702,7 +702,7 @@ "file": "deerfence.flv", "md5": "8b215e2e0168c6081a1cf84b2846a2b5", "info_dict": { - "title": "Watch Till End - Herd of deer jump over a fence.", + "title": "Watch Till End: Herd of deer jump over a fence." } } ] -- cgit v1.2.3