youtube-dl

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

commit 6c4d243de5677660b5e8a4ae78c3f4911c89e6ca
parent d1561ef7779af782aefba7a475108596f388d758
Author: Sergey M <dstftw@gmail.com>
Date:   Wed,  9 Sep 2015 20:48:52 +0600

Merge pull request #6804 from remitamine/xuite-tests

[xuite] fix test md5
Diffstat:
Myoutube_dl/extractor/xuite.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/xuite.py b/youtube_dl/extractor/xuite.py @@ -19,7 +19,7 @@ class XuiteIE(InfoExtractor): _TESTS = [{ # Audio 'url': 'http://vlog.xuite.net/play/RGkzc1ZULTM4NjA5MTQuZmx2', - 'md5': '63a42c705772aa53fd4c1a0027f86adf', + 'md5': 'e79284c87b371424885448d11f6398c8', 'info_dict': { 'id': '3860914', 'ext': 'mp3',