youtube-dl

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

commit 652f283135705f5734d44913811396dac4a98b29
parent 2daabe49921227f1a2fc3fd4234e6ecfa7af4cfd
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat, 13 Sep 2014 07:59:33 +0200

[youporn] Remove md5 from test

Has changed multiple times, and we're checking that it looks like a video now by default.

Diffstat:
Myoutube_dl/extractor/youporn.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/youporn.py b/youtube_dl/extractor/youporn.py @@ -23,7 +23,6 @@ class YouPornIE(InfoExtractor): _VALID_URL = r'^(?P<proto>https?://)(?:www\.)?(?P<url>youporn\.com/watch/(?P<videoid>[0-9]+)/(?P<title>[^/]+))' _TEST = { 'url': 'http://www.youporn.com/watch/505835/sex-ed-is-it-safe-to-masturbate-daily/', - 'md5': '71ec5fcfddacf80f495efa8b6a8d9a89', 'info_dict': { 'id': '505835', 'ext': 'mp4',