aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/appletrailers.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/appletrailers.py')
-rw-r--r--yt_dlp/extractor/appletrailers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/appletrailers.py b/yt_dlp/extractor/appletrailers.py
index d3d77a1d0..8140e332b 100644
--- a/yt_dlp/extractor/appletrailers.py
+++ b/yt_dlp/extractor/appletrailers.py
@@ -94,7 +94,7 @@ class AppleTrailersIE(InfoExtractor):
_JSON_RE = r'iTunes.playURL\((.*?)\);'
def _real_extract(self, url):
- mobj = re.match(self._VALID_URL, url)
+ mobj = self._match_valid_url(url)
movie = mobj.group('movie')
uploader_id = mobj.group('company')