]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/nzonscreen.py
[cleanup, ie] Match both `http` and `https` in `_VALID_URL` (#8968)
[yt-dlp.git] / yt_dlp / extractor / nzonscreen.py
index 6926bc5b2f7ecfc2222702940053dbcc91087368..bf2dbca59ca63b0d18cb30f3bc9250210814e9ee 100644 (file)
@@ -10,7 +10,7 @@
 
 
 class NZOnScreenIE(InfoExtractor):
-    _VALID_URL = r'^https://www\.nzonscreen\.com/title/(?P<id>[^/?#]+)'
+    _VALID_URL = r'^https?://www\.nzonscreen\.com/title/(?P<id>[^/?#]+)'
     _TESTS = [{
         'url': 'https://www.nzonscreen.com/title/shoop-shoop-diddy-wop-cumma-cumma-wang-dang-1982',
         'info_dict': {