mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-07-03 04:22:53 -05:00
[extractors] add missing import for ScrippsNetworksIE
This commit is contained in:
@ -963,7 +963,10 @@ from .savefrom import SaveFromIE
|
||||
from .sbs import SBSIE
|
||||
from .screencast import ScreencastIE
|
||||
from .screencastomatic import ScreencastOMaticIE
|
||||
from .scrippsnetworks import ScrippsNetworksWatchIE
|
||||
from .scrippsnetworks import (
|
||||
ScrippsNetworksWatchIE,
|
||||
ScrippsNetworksIE,
|
||||
)
|
||||
from .scte import (
|
||||
SCTEIE,
|
||||
SCTECourseIE,
|
||||
|
Reference in New Issue
Block a user