aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/senateisvp.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/senateisvp.py')
-rw-r--r--hypervideo_dl/extractor/senateisvp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/senateisvp.py b/hypervideo_dl/extractor/senateisvp.py
index db5ef8b..8794d47 100644
--- a/hypervideo_dl/extractor/senateisvp.py
+++ b/hypervideo_dl/extractor/senateisvp.py
@@ -102,7 +102,7 @@ class SenateISVPIE(InfoExtractor):
def _real_extract(self, url):
url, smuggled_data = unsmuggle_url(url, {})
- qs = compat_parse_qs(re.match(self._VALID_URL, url).group('qs'))
+ qs = compat_parse_qs(self._match_valid_url(url).group('qs'))
if not qs.get('filename') or not qs.get('type') or not qs.get('comm'):
raise ExtractorError('Invalid URL', expected=True)