mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 23:25:06 +00:00
[extractors] change imports for national geographic extractors
This commit is contained in:
parent
1891ea2d76
commit
3c2c3af059
1 changed files with 2 additions and 1 deletions
|
@ -491,8 +491,9 @@
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue