mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-06-30 11:02:54 -05:00
[extractors] change imports for national geographic extractors
This commit is contained in:
@ -491,8 +491,9 @@ from .myvi import MyviIE
|
|||||||
from .myvideo import MyVideoIE
|
from .myvideo import MyVideoIE
|
||||||
from .myvidster import MyVidsterIE
|
from .myvidster import MyVidsterIE
|
||||||
from .nationalgeographic import (
|
from .nationalgeographic import (
|
||||||
|
NationalGeographicVideoIE,
|
||||||
NationalGeographicIE,
|
NationalGeographicIE,
|
||||||
NationalGeographicChannelIE,
|
NationalGeographicEpisodeGuideIE,
|
||||||
)
|
)
|
||||||
from .naver import NaverIE
|
from .naver import NaverIE
|
||||||
from .nba import NBAIE
|
from .nba import NBAIE
|
||||||
|
Reference in New Issue
Block a user