From c80291584e097a4defe631061c99dde0fefba367 Mon Sep 17 00:00:00 2001 From: sepro Date: Sun, 13 Jul 2025 23:14:17 +0200 Subject: [PATCH] Update yt_dlp/extractor/unitednations.py 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 a96c1b8e0..e6d7035d7 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',