From 23042a5e9036b8bc3d4329e46e154a11dbcfd1cc Mon Sep 17 00:00:00 2001 From: sepro Date: Sun, 13 Jul 2025 23:15:03 +0200 Subject: [PATCH] Fix _VALID_URL Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> --- yt_dlp/extractor/unitednations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/unitednations.py b/yt_dlp/extractor/unitednations.py index e6d7035d7b..f9283fd6c1 100644 --- a/yt_dlp/extractor/unitednations.py +++ b/yt_dlp/extractor/unitednations.py @@ -3,7 +3,7 @@ class UnitedNationsWebTvIE(InfoExtractor): - _VALID_URL = r'https?://webtv.un.org/(?:ar|zh|en|fr|ru|es)/asset/\w+/(?P\w+)' + _VALID_URL = r'https?://webtv\.un\.org/(?:ar|zh|en|fr|ru|es)/asset/\w+/(?P\w+)' _TESTS = [{ 'url': 'https://webtv.un.org/en/asset/k1o/k1o7stmi6p', 'md5': 'b2f8b3030063298ae841b4b7ddc01477',