aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/foxnews.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/foxnews.py')
-rw-r--r--hypervideo_dl/extractor/foxnews.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/foxnews.py b/hypervideo_dl/extractor/foxnews.py
index 63613cb..18fa0a5 100644
--- a/hypervideo_dl/extractor/foxnews.py
+++ b/hypervideo_dl/extractor/foxnews.py
@@ -67,7 +67,7 @@ class FoxNewsIE(AMPIE):
webpage)]
def _real_extract(self, url):
- host, video_id = re.match(self._VALID_URL, url).groups()
+ host, video_id = self._match_valid_url(url).groups()
info = self._extract_feed_info(
'http://%s/v/feed/video/%s.js?template=fox' % (host, video_id))