aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/beatport.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/beatport.py')
-rw-r--r--yt_dlp/extractor/beatport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/beatport.py b/yt_dlp/extractor/beatport.py
index ae9c1a739..e1cf8b4fe 100644
--- a/yt_dlp/extractor/beatport.py
+++ b/yt_dlp/extractor/beatport.py
@@ -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')