Skip to content

Commit

Permalink
[extractors] add missing import for ScrippsNetworksIE
Browse files Browse the repository at this point in the history
  • Loading branch information
Remita Amine committed Dec 29, 2019
1 parent 941e359 commit cb7e053
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion youtube_dl/extractor/extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,10 @@
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,
Expand Down

0 comments on commit cb7e053

Please sign in to comment.