[extractor] Common function _match_valid_url
This commit is contained in:
@@ -20,7 +20,7 @@ class TrailerAddictIE(InfoExtractor):
|
||||
}
|
||||
|
||||
def _real_extract(self, url):
|
||||
mobj = re.match(self._VALID_URL, url)
|
||||
mobj = self._match_valid_url(url)
|
||||
name = mobj.group('movie') + '/' + mobj.group('trailer_name')
|
||||
webpage = self._download_webpage(url, name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user