summary refs log tree commit diff
diff options
context:
space:
mode:
authorM.Yasoob Ullah Khalid <yasoob.khld@gmail.com>2013-05-03 22:40:56 +0600
committerM.Yasoob Ullah Khalid <yasoob.khld@gmail.com>2013-05-03 22:40:56 +0600
commitb86174e7a38cebf9deb8e4e08d89849c2cc1b9bd (patch)
tree1768f511b6424afd314450ef07665e1ae24b7a2a
parent2e2038dc352de8a10525eb103bd9f6a6ae5b43f9 (diff)
downloadyoutube-dl-b86174e7a38cebf9deb8e4e08d89849c2cc1b9bd.tar.gz
youtube-dl-b86174e7a38cebf9deb8e4e08d89849c2cc1b9bd.tar.xz
youtube-dl-b86174e7a38cebf9deb8e4e08d89849c2cc1b9bd.zip
added test for redtube.com
I just added the test for redtube.com
-rw-r--r--test/tests.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/tests.json b/test/tests.json
index 3c84dcf15..19bb225c3 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -403,6 +403,11 @@
     "info_dict": {
       "title":"youtube-dl test song \"'/\\ä↭"
     }
+  },
+  {
+    "name": "Redtube",
+    "url": "http://www.redtube.com/279577",
+    "file": "Public invasion-279577.mp4",
+    "md5": "432d85211d178e06a62d049c4ca1c3e4"
   }
-
 ]