Correct some extractor _VALID_URL regexes
This commit is contained in:
parent
8796857429
commit
c0ade33e16
40 changed files with 43 additions and 43 deletions
|
@ -103,7 +103,7 @@ class IGNIE(InfoExtractor):
|
|||
class OneUPIE(IGNIE):
|
||||
"""Extractor for 1up.com, it uses the ign videos system."""
|
||||
|
||||
_VALID_URL = r'https?://gamevideos.1up.com/(?P<type>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>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue