[extractor] Common function _match_valid_url
This commit is contained in:
parent
f79ec47d71
commit
5ad28e7ffd
293 changed files with 389 additions and 541 deletions
|
|
@ -436,7 +436,7 @@ class PBSIE(InfoExtractor):
|
|||
self._set_cookie('.pbs.org', 'pbsol.station', station)
|
||||
|
||||
def _extract_webpage(self, url):
|
||||
mobj = re.match(self._VALID_URL, url)
|
||||
mobj = self._match_valid_url(url)
|
||||
|
||||
description = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue