aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/ximalaya.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/ximalaya.py')
-rw-r--r--hypervideo_dl/extractor/ximalaya.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/ximalaya.py b/hypervideo_dl/extractor/ximalaya.py
index a912e54..802d1bb 100644
--- a/hypervideo_dl/extractor/ximalaya.py
+++ b/hypervideo_dl/extractor/ximalaya.py
@@ -198,7 +198,7 @@ class XimalayaAlbumIE(XimalayaBaseIE):
def _real_extract(self, url):
self.scheme = scheme = 'https' if url.startswith('https') else 'http'
- mobj = re.match(self._VALID_URL, url)
+ mobj = self._match_valid_url(url)
uid, playlist_id = mobj.group('uid'), mobj.group('id')
webpage = self._download_webpage(self._TEMPLATE_URL % (scheme, uid, playlist_id), playlist_id,