aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/testurl.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/testurl.py')
-rw-r--r--hypervideo_dl/extractor/testurl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/testurl.py b/hypervideo_dl/extractor/testurl.py
index 84a14a0..8bc512a 100644
--- a/hypervideo_dl/extractor/testurl.py
+++ b/hypervideo_dl/extractor/testurl.py
@@ -15,7 +15,7 @@ class TestURLIE(InfoExtractor):
def _real_extract(self, url):
from ..extractor import gen_extractors
- mobj = re.match(self._VALID_URL, url)
+ mobj = self._match_valid_url(url)
video_id = mobj.group('id')
extractor_id = mobj.group('extractor')
all_extractors = gen_extractors()