aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/azmedien.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/azmedien.py')
-rw-r--r--hypervideo_dl/extractor/azmedien.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/hypervideo_dl/extractor/azmedien.py b/hypervideo_dl/extractor/azmedien.py
index 9302669..fee640e 100644
--- a/hypervideo_dl/extractor/azmedien.py
+++ b/hypervideo_dl/extractor/azmedien.py
@@ -2,7 +2,6 @@
from __future__ import unicode_literals
import json
-import re
from .common import InfoExtractor
from .kaltura import KalturaIE
@@ -51,7 +50,7 @@ class AZMedienIE(InfoExtractor):
_PARTNER_ID = '1719221'
def _real_extract(self, url):
- host, display_id, article_id, entry_id = re.match(self._VALID_URL, url).groups()
+ host, display_id, article_id, entry_id = self._match_valid_url(url).groups()
if not entry_id:
entry_id = self._download_json(