]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/ximalaya.py
[cleanup] Use `_html_extract_title`
[yt-dlp.git] / yt_dlp / extractor / ximalaya.py
index a912e54b86ef940af862f3894b31408f795b50d3..802d1bb1b4568e89097edb4bba2695f5e8b67d90 100644 (file)
@@ -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,