aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/bellmedia.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/bellmedia.py')
-rw-r--r--hypervideo_dl/extractor/bellmedia.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/hypervideo_dl/extractor/bellmedia.py b/hypervideo_dl/extractor/bellmedia.py
index 9f9de96..904c17e 100644
--- a/hypervideo_dl/extractor/bellmedia.py
+++ b/hypervideo_dl/extractor/bellmedia.py
@@ -1,7 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
-import re
from .common import InfoExtractor
@@ -78,7 +77,7 @@ class BellMediaIE(InfoExtractor):
}
def _real_extract(self, url):
- domain, video_id = re.match(self._VALID_URL, url).groups()
+ domain, video_id = self._match_valid_url(url).groups()
domain = domain.split('.')[0]
return {
'_type': 'url_transparent',