From: Sergey M․ Date: Sat, 14 Nov 2015 16:34:30 +0000 (+0600) Subject: [quickscope] Remove extractor (2) X-Git-Tag: 2015.11.15~10 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=3b3e8ed332e44003f410d9f97967f0773e41ed1d;p=youtube-dl.git [quickscope] Remove extractor (2) --- diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 64ce3210b3..eca4b00f5f 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