diff --git a/yt_dlp/extractor/nzonscreen.py b/yt_dlp/extractor/nzonscreen.py index efa4415bf..0c019f79a 100644 --- a/yt_dlp/extractor/nzonscreen.py +++ b/yt_dlp/extractor/nzonscreen.py @@ -9,7 +9,7 @@ class NZOnScreenIE(InfoExtractor): - _VALID_URL = r'https?://www\.nzonscreen\.com/title/(?P[^/?#]+)' + _VALID_URL = r'https?://www\.nzonscreen\.com/title/(?P[^/?#]+)/?(?!series)' _TESTS = [{ 'url': 'https://www.nzonscreen.com/title/shoop-shoop-diddy-wop-cumma-cumma-wang-dang-1982', 'info_dict': { @@ -121,7 +121,7 @@ def _real_extract(self, url): self._html_extract_title(webpage, default=None) or self._og_search_title(webpage)).rsplit('|', 2)[0]) playlist = self._download_json( - f'https://www.nzonscreen.com/html5/video_data/{video_id}', video_id, 'media data') + f'https://www.nzonscreen.com/html5/video_data/{video_id}', video_id, 'downloading media data') # TODO: extract subtitles if len(playlist) == 1: