diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-11-14 22:34:30 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-11-14 22:34:30 +0600 |
commit | 3b3e8ed332e44003f410d9f97967f0773e41ed1d (patch) | |
tree | d94accce2cb78daba86ce5f2eb2c6eeb2ec90d3f /youtube_dl | |
parent | dcdfeb33d2666ca07d2fb73ebf9284a77e714f69 (diff) |
[quickscope] Remove extractor (2)
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 64ce3210b..eca4b00f5 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -458,10 +458,7 @@ from .orf import ( from .parliamentliveuk import ParliamentLiveUKIE from .patreon import PatreonIE from .pbs import PBSIE -from .periscope import ( - PeriscopeIE, - QuickscopeIE, -) +from .periscope import PeriscopeIE from .philharmoniedeparis import PhilharmonieDeParisIE from .phoenix import PhoenixIE from .photobucket import PhotobucketIE |