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',