youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 815dd2ffa8564d6b709f2f12e4a528bfd166a50a
parent ecd5fb49c572d2fbf21f75d4513e80524b10750b
Author: M.Yasoob Ullah Khalid <yasoob.khld@gmail.com>
Date:   Fri,  3 May 2013 23:51:27 +0600

Redtube test now works

I just did a little makeover by changing redtube tests. Now they are passed.
Diffstat:
Mtest/tests.json | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/test/tests.json b/test/tests.json @@ -406,8 +406,11 @@ }, { "name": "Redtube", - "url": "http://www.redtube.com/279577", - "file": "Public invasion-279577.mp4", - "md5": "432d85211d178e06a62d049c4ca1c3e4" + "url": "http://www.redtube.com/66418", + "file": "66418.mp4", + "md5": "7b8c22b5e7098a3e1c09709df1126d2d", + "info_dict":{ + "title":"Sucked on a toilet" + } } ]