From: Jaime Marquínez Ferrándiz Date: Thu, 18 Sep 2014 15:02:53 +0000 (+0200) Subject: [1up.com] Urls end now with '.html' X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=09b23c902b5ab4a4ca9607128128d110a3c41875;p=youtube-dl [1up.com] Urls end now with '.html' --- diff --git a/youtube_dl/extractor/ign.py b/youtube_dl/extractor/ign.py index ac7804ad9..12e9e61c4 100644 --- a/youtube_dl/extractor/ign.py +++ b/youtube_dl/extractor/ign.py @@ -112,13 +112,13 @@ class IGNIE(InfoExtractor): class OneUPIE(IGNIE): - _VALID_URL = r'https?://gamevideos\.1up\.com/(?Pvideo)/id/(?P.+)' + _VALID_URL = r'https?://gamevideos\.1up\.com/(?Pvideo)/id/(?P.+)\.html' IE_NAME = '1up.com' _DESCRIPTION_RE = r'
(.+?)
' _TESTS = [{ - 'url': 'http://gamevideos.1up.com/video/id/34976', + 'url': 'http://gamevideos.1up.com/video/id/34976.html', 'md5': '68a54ce4ebc772e4b71e3123d413163d', 'info_dict': { 'id': '34976',