From bd699e88276c562c60774d4863c70bd44dc944ce Mon Sep 17 00:00:00 2001 From: sepro Date: Sun, 13 Jul 2025 21:45:03 +0200 Subject: [PATCH] Fix name --- yt_dlp/extractor/_extractors.py | 2 +- yt_dlp/extractor/unitednations.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 7be73d7b8..c698f96b3 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -2288,7 +2288,7 @@ ) from .umg import UMGDeIE from .unistra import UnistraIE -from .unitednations import UnitedNationsWebTVIE +from .unitednations import UnitedNationsWebTvIE from .unity import UnityIE from .unsupported import ( KnownDRMIE, diff --git a/yt_dlp/extractor/unitednations.py b/yt_dlp/extractor/unitednations.py index bc0fad116..a96c1b8e0 100644 --- a/yt_dlp/extractor/unitednations.py +++ b/yt_dlp/extractor/unitednations.py @@ -2,7 +2,7 @@ from .kaltura import KalturaIE -class UnitedNationsWebTVIE(InfoExtractor): +class UnitedNationsWebTvIE(InfoExtractor): _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',