]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/beatport.py
[extractor] Common function `_match_valid_url`
[yt-dlp.git] / yt_dlp / extractor / beatport.py
index ae9c1a739909d9eb12796954db2d744b3e3ece87..e1cf8b4fe7867f4fb7d5760adf5a8f71e24a080a 100644 (file)
@@ -40,7 +40,7 @@ class BeatportIE(InfoExtractor):
     }]
 
     def _real_extract(self, url):
-        mobj = re.match(self._VALID_URL, url)
+        mobj = self._match_valid_url(url)
         track_id = mobj.group('id')
         display_id = mobj.group('display_id')