aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/pyvideo.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/pyvideo.py')
-rw-r--r--hypervideo_dl/extractor/pyvideo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/pyvideo.py b/hypervideo_dl/extractor/pyvideo.py
index b8ac93a..8696197 100644
--- a/hypervideo_dl/extractor/pyvideo.py
+++ b/hypervideo_dl/extractor/pyvideo.py
@@ -27,7 +27,7 @@ class PyvideoIE(InfoExtractor):
}]
def _real_extract(self, url):
- mobj = re.match(self._VALID_URL, url)
+ mobj = self._match_valid_url(url)
category = mobj.group('category')
video_id = mobj.group('id')