diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 7be73d7b83..c698f96b35 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 bc0fad1164..a96c1b8e09 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',