aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/arkena.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/arkena.py')
-rw-r--r--yt_dlp/extractor/arkena.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/arkena.py b/yt_dlp/extractor/arkena.py
index fd46b1c77..7b1886141 100644
--- a/yt_dlp/extractor/arkena.py
+++ b/yt_dlp/extractor/arkena.py
@@ -63,7 +63,7 @@ class ArkenaIE(InfoExtractor):
return mobj.group('url')
def _real_extract(self, url):
- mobj = re.match(self._VALID_URL, url)
+ mobj = self._match_valid_url(url)
video_id = mobj.group('id')
account_id = mobj.group('account_id')