aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/libsyn.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/libsyn.py')
-rw-r--r--hypervideo_dl/extractor/libsyn.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/hypervideo_dl/extractor/libsyn.py b/hypervideo_dl/extractor/libsyn.py
index 2cf4442..d1fcda4 100644
--- a/hypervideo_dl/extractor/libsyn.py
+++ b/hypervideo_dl/extractor/libsyn.py
@@ -1,7 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
-import re
from .common import InfoExtractor
from ..utils import (
@@ -42,7 +41,7 @@ class LibsynIE(InfoExtractor):
}]
def _real_extract(self, url):
- url, video_id = re.match(self._VALID_URL, url).groups()
+ url, video_id = self._match_valid_url(url).groups()
webpage = self._download_webpage(url, video_id)
data = self._parse_json(self._search_regex(