1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-27 07:38:30 +00:00
This commit is contained in:
sepro 2025-07-13 21:45:03 +02:00
parent a075e47a28
commit bd699e8827
2 changed files with 2 additions and 2 deletions

View File

@ -2288,7 +2288,7 @@
) )
from .umg import UMGDeIE from .umg import UMGDeIE
from .unistra import UnistraIE from .unistra import UnistraIE
from .unitednations import UnitedNationsWebTVIE from .unitednations import UnitedNationsWebTvIE
from .unity import UnityIE from .unity import UnityIE
from .unsupported import ( from .unsupported import (
KnownDRMIE, KnownDRMIE,

View File

@ -2,7 +2,7 @@
from .kaltura import KalturaIE 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<id>\w+)' _VALID_URL = r'https?://webtv.un.org/(ar|zh|en|fr|ru|es)/asset/\w+/(?P<id>\w+)'
_TESTS = [{ _TESTS = [{
'url': 'https://webtv.un.org/en/asset/k1o/k1o7stmi6p', 'url': 'https://webtv.un.org/en/asset/k1o/k1o7stmi6p',