[cracked] Modernize

This commit is contained in:
Sergey M․ 2015-04-23 21:59:18 +06:00
parent c610f38ba9
commit d740333224
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@ class CrackedIE(InfoExtractor):
}]
def _real_extract(self, url):
mobj = re.match(self._VALID_URL, url)
video_id = mobj.group('id')
video_id = self._match_id(url)
webpage = self._download_webpage(url, video_id)