aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/zapiks.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/zapiks.py')
-rw-r--r--hypervideo_dl/extractor/zapiks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/zapiks.py b/hypervideo_dl/extractor/zapiks.py
index f6496f5..161b011 100644
--- a/hypervideo_dl/extractor/zapiks.py
+++ b/hypervideo_dl/extractor/zapiks.py
@@ -46,7 +46,7 @@ class ZapiksIE(InfoExtractor):
]
def _real_extract(self, url):
- mobj = re.match(self._VALID_URL, url)
+ mobj = self._match_valid_url(url)
video_id = mobj.group('id')
display_id = mobj.group('display_id') or video_id