[youporn] Remove md5 from test
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 13 Sep 2014 05:59:33 +0000 (07:59 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 13 Sep 2014 05:59:36 +0000 (07:59 +0200)
Has changed multiple times, and we're checking that it looks like a video now by default.

youtube_dl/extractor/youporn.py

index d456c4da522d689ac7bcbd33c5f8a3b1204c3b00..7bfda45e76e0d4ca3b6bfd6c3a8ec9f38de453e1 100644 (file)
@@ -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',