diff options
author | Andrey Smirnoff <37037851+mashed-potatoes@users.noreply.github.com> | 2020-12-10 00:01:23 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 02:01:23 +0700 |
commit | b69bb1ed119d07b83cf88ca95b87773209f14d3b (patch) | |
tree | f732b7e637db3e810129e6d724e4696433f6d7a6 /youtube_dl/extractor/extractors.py | |
parent | 772cefef8c9bf467089e65a6890660ca9bfd83b8 (diff) |
[smotri] Remove extractor (#27358)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 3e6581add..533c074b3 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1041,12 +1041,6 @@ from .sky import ( from .slideshare import SlideshareIE from .slideslive import SlidesLiveIE from .slutload import SlutloadIE -from .smotri import ( - SmotriIE, - SmotriCommunityIE, - SmotriUserIE, - SmotriBroadcastIE, -) from .snotr import SnotrIE from .sohu import SohuIE from .sonyliv import SonyLIVIE |