aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/amcnetworks.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/amcnetworks.py')
-rw-r--r--yt_dlp/extractor/amcnetworks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/amcnetworks.py b/yt_dlp/extractor/amcnetworks.py
index 1f16d3a33..e38e215d3 100644
--- a/yt_dlp/extractor/amcnetworks.py
+++ b/yt_dlp/extractor/amcnetworks.py
@@ -63,7 +63,7 @@ class AMCNetworksIE(ThePlatformIE):
}
def _real_extract(self, url):
- site, display_id = re.match(self._VALID_URL, url).groups()
+ site, display_id = self._match_valid_url(url).groups()
requestor_id = self._REQUESTOR_ID_MAP[site]
page_data = self._download_json(
'https://content-delivery-gw.svc.ds.amcn.com/api/v2/content/amcn/%s/url/%s'