youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 3b3e8ed332e44003f410d9f97967f0773e41ed1d
parent dcdfeb33d2666ca07d2fb73ebf9284a77e714f69
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 14 Nov 2015 22:34:30 +0600

[quickscope] Remove extractor (2)

Diffstat:
Myoutube_dl/extractor/__init__.py | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git 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