From: Jaime Marquínez Ferrándiz Date: Thu, 29 Aug 2013 19:51:09 +0000 (+0200) Subject: [ign] update 1up extractor to work with the updated IGNIE X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=ee80d66727d7b194e595fa7e0c19c40cc4adb408;p=youtube-dl [ign] update 1up extractor to work with the updated IGNIE --- diff --git a/youtube_dl/extractor/ign.py b/youtube_dl/extractor/ign.py index 263959716..b1c84278a 100644 --- a/youtube_dl/extractor/ign.py +++ b/youtube_dl/extractor/ign.py @@ -72,7 +72,7 @@ class IGNIE(InfoExtractor): class OneUPIE(IGNIE): """Extractor for 1up.com, it uses the ign videos system.""" - _VALID_URL = r'https?://gamevideos.1up.com/video/id/(?P.+)' + _VALID_URL = r'https?://gamevideos.1up.com/(?Pvideo)/id/(?P.+)' IE_NAME = '1up.com' _DESCRIPTION_RE = r'
(.+?)
'