diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-08-08 05:37:38 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-08-08 05:37:38 +0600 |
commit | 428e4e4a850df81031e8267dddf759da605639e3 (patch) | |
tree | daae9f5c2285c4bc4328571243b99e840f1927dc /youtube_dl/extractor/__init__.py | |
parent | 1e83741c9a5d67e8bbe65510d41b558361496fe8 (diff) |
[quickscope] Add extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index bd86a5be2..e38e77a27 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -432,7 +432,10 @@ from .orf import ( from .parliamentliveuk import ParliamentLiveUKIE from .patreon import PatreonIE from .pbs import PBSIE -from .periscope import PeriscopeIE +from .periscope import ( + PeriscopeIE, + QuickscopeIE, +) from .philharmoniedeparis import PhilharmonieDeParisIE from .phoenix import PhoenixIE from .photobucket import PhotobucketIE |