aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/stanfordoc.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/stanfordoc.py')
-rw-r--r--hypervideo_dl/extractor/stanfordoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/stanfordoc.py b/hypervideo_dl/extractor/stanfordoc.py
index ae3dd13..0003075 100644
--- a/hypervideo_dl/extractor/stanfordoc.py
+++ b/hypervideo_dl/extractor/stanfordoc.py
@@ -25,7 +25,7 @@ class StanfordOpenClassroomIE(InfoExtractor):
}
def _real_extract(self, url):
- mobj = re.match(self._VALID_URL, url)
+ mobj = self._match_valid_url(url)
if mobj.group('course') and mobj.group('video'): # A specific video
course = mobj.group('course')