diff options
| author | M.Yasoob Ullah Khalid <yasoob.khld@gmail.com> | 2013-05-03 22:40:56 +0600 | 
|---|---|---|
| committer | M.Yasoob Ullah Khalid <yasoob.khld@gmail.com> | 2013-05-03 22:40:56 +0600 | 
| commit | b86174e7a38cebf9deb8e4e08d89849c2cc1b9bd (patch) | |
| tree | 1768f511b6424afd314450ef07665e1ae24b7a2a | |
| parent | 2e2038dc352de8a10525eb103bd9f6a6ae5b43f9 (diff) | |
added test for redtube.com 
I just added the test for redtube.com
| -rw-r--r-- | test/tests.json | 7 | 
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"    } -  ] | 
