aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/eagleplatform.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/eagleplatform.py')
-rw-r--r--hypervideo_dl/extractor/eagleplatform.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/eagleplatform.py b/hypervideo_dl/extractor/eagleplatform.py
index 36fef07..f86731a 100644
--- a/hypervideo_dl/extractor/eagleplatform.py
+++ b/hypervideo_dl/extractor/eagleplatform.py
@@ -123,7 +123,7 @@ class EaglePlatformIE(InfoExtractor):
def _real_extract(self, url):
url, smuggled_data = unsmuggle_url(url, {})
- mobj = re.match(self._VALID_URL, url)
+ mobj = self._match_valid_url(url)
host, video_id = mobj.group('custom_host') or mobj.group('host'), mobj.group('id')
headers = {}