aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/kinja.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/kinja.py')
-rw-r--r--hypervideo_dl/extractor/kinja.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/kinja.py b/hypervideo_dl/extractor/kinja.py
index 79e3026..1be8b48 100644
--- a/hypervideo_dl/extractor/kinja.py
+++ b/hypervideo_dl/extractor/kinja.py
@@ -129,7 +129,7 @@ class KinjaEmbedIE(InfoExtractor):
webpage)]
def _real_extract(self, url):
- video_type, video_id = re.match(self._VALID_URL, url).groups()
+ video_type, video_id = self._match_valid_url(url).groups()
provider = self._PROVIDER_MAP.get(video_type)
if provider: