diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-05-18 19:17:19 +0200 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-05-18 19:17:19 +0200 |
commit | d4f76f1674c5fd6d5714a7500bc119b4b230f2b2 (patch) | |
tree | 44c35d7bb8285d25a37c90f98cf7df46f8ae1500 /test | |
parent | 340fa21198b214d97e73c114fcb27a9d2b04012f (diff) |
Add support for Howcast.com - closes #835
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 0a9052f9d..740f7756c 100644 --- a/test/tests.json +++ b/test/tests.json @@ -441,5 +441,15 @@ "title": "Obama Celebrates Iraq Victory" }, "skip": "Requires rtmpdump" + }, + { + "name": "Howcast", + "url": "http://www.howcast.com/videos/390161-How-to-Tie-a-Square-Knot-Properly", + "file": "390161.mp4", + "md5": "1d7ba54e2c9d7dc6935ef39e00529138", + "info_dict":{ + "title":"How to Tie a Square Knot Properly", + "description":"The square knot, also known as the reef knot, is one of the oldest, most basic knots to tie, and can be used in many different ways. Here's the proper way to tie a square knot." + } } ] |