aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/frontendmasters.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/frontendmasters.py')
-rw-r--r--hypervideo_dl/extractor/frontendmasters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/frontendmasters.py b/hypervideo_dl/extractor/frontendmasters.py
index f1db33f..40b8cb0 100644
--- a/hypervideo_dl/extractor/frontendmasters.py
+++ b/hypervideo_dl/extractor/frontendmasters.py
@@ -207,7 +207,7 @@ class FrontendMastersLessonIE(FrontendMastersPageBaseIE):
}
def _real_extract(self, url):
- mobj = re.match(self._VALID_URL, url)
+ mobj = self._match_valid_url(url)
course_name, lesson_name = mobj.group('course_name', 'lesson_name')
course = self._download_course(course_name, url)