aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/xstream.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/xstream.py')
-rw-r--r--yt_dlp/extractor/xstream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/xstream.py b/yt_dlp/extractor/xstream.py
index cd9c465e4..792843df5 100644
--- a/yt_dlp/extractor/xstream.py
+++ b/yt_dlp/extractor/xstream.py
@@ -112,7 +112,7 @@ class XstreamIE(InfoExtractor):
}
def _real_extract(self, url):
- mobj = re.match(self._VALID_URL, url)
+ mobj = self._match_valid_url(url)
partner_id = mobj.group('partner_id')
video_id = mobj.group('id')