about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-08-29 21:51:09 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-08-29 21:51:09 +0200
commitee80d66727d7b194e595fa7e0c19c40cc4adb408 (patch)
treef1018335fc82ebdbbfe5b968dc1b1274b485586f
parentf1fb2d12b32910c641f27096e585513c5f97f9ac (diff)
downloadyoutube-dl-ee80d66727d7b194e595fa7e0c19c40cc4adb408.tar.gz
youtube-dl-ee80d66727d7b194e595fa7e0c19c40cc4adb408.tar.xz
youtube-dl-ee80d66727d7b194e595fa7e0c19c40cc4adb408.zip
[ign] update 1up extractor to work with the updated IGNIE
-rw-r--r--youtube_dl/extractor/ign.py2
1 files changed, 1 insertions, 1 deletions
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<name_or_id>.+)'
+    _VALID_URL = r'https?://gamevideos.1up.com/(?P<type>video)/id/(?P<name_or_id>.+)'
     IE_NAME = '1up.com'
 
     _DESCRIPTION_RE = r'<div id="vid_summary">(.+?)</div>'