youtube-dl

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

commit be514c856cf9f95fe3e0d45b1df0319a0872b911
parent 128eb31d90583113083ba1fe329eb4cf42c2989f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed, 23 Dec 2015 20:49:52 +0600

[24video] Fix test

Diffstat:
Myoutube_dl/extractor/twentyfourvideo.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/twentyfourvideo.py b/youtube_dl/extractor/twentyfourvideo.py @@ -17,7 +17,7 @@ class TwentyFourVideoIE(InfoExtractor): _TESTS = [ { 'url': 'http://www.24video.net/video/view/1044982', - 'md5': 'd041af8b5b4246ea466226a0d6693345', + 'md5': 'e09fc0901d9eaeedac872f154931deeb', 'info_dict': { 'id': '1044982', 'ext': 'mp4',