diff options
author | Remita Amine <remitamine@gmail.com> | 2019-11-26 23:57:37 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2019-11-26 23:57:37 +0100 |
commit | 6471d0d3b8086b282622c84a9eea968d4edfcf9b (patch) | |
tree | 944f5ac9a5d383c1b6fedf9bc18d91c66d43d6be /youtube_dl/extractor/extractors.py | |
parent | 5ef62fc4ce1f255343d67b70f3cee2f2240cdfba (diff) |
[openload] remove OpenLoad related extractors(closes #11999)(closes #15406)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index cf4bb8f20..0e349b778 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -796,10 +796,6 @@ from .ooyala import ( OoyalaIE, OoyalaExternalIE, ) -from .openload import ( - OpenloadIE, - VerystreamIE, -) from .ora import OraTVIE from .orf import ( ORFTVthekIE, @@ -1060,7 +1056,6 @@ from .srmediathek import SRMediathekIE from .stanfordoc import StanfordOpenClassroomIE from .steam import SteamIE from .streamable import StreamableIE -from .streamango import StreamangoIE from .streamcloud import StreamcloudIE from .streamcz import StreamCZIE from .streetvoice import StreetVoiceIE |