mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-22 00:55:43 +07:00
[nationalgeographic] add support for channel.nationalgeographic.com urls
This commit is contained in:
@@ -438,7 +438,10 @@
|
||||
from .myvi import MyviIE
|
||||
from .myvideo import MyVideoIE
|
||||
from .myvidster import MyVidsterIE
|
||||
from .nationalgeographic import NationalGeographicIE
|
||||
from .nationalgeographic import (
|
||||
NationalGeographicIE,
|
||||
NationalGeographicChannelIE,
|
||||
)
|
||||
from .naver import NaverIE
|
||||
from .nba import NBAIE
|
||||
from .nbc import (
|
||||
|
||||
Reference in New Issue
Block a user