diff options
| author | Sergey M․ <dstftw@gmail.com> | 2015-08-08 03:38:55 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-08-08 03:38:55 +0600 | 
| commit | 3550821fb4ca2f0e47542a7fa16b6543b06df724 (patch) | |
| tree | fa4b92c608f9d15932809bc716ea830709938d84 /youtube_dl/extractor/__init__.py | |
| parent | 5b0c40da24b5ddb789428de731e02ac8759a363c (diff) | |
[periscope] Add extractor (Closes #5850, closes #6459)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
| -rw-r--r-- | youtube_dl/extractor/__init__.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 922d9b3d8..bd86a5be2 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -432,6 +432,7 @@ from .orf import (  from .parliamentliveuk import ParliamentLiveUKIE  from .patreon import PatreonIE  from .pbs import PBSIE +from .periscope import PeriscopeIE  from .philharmoniedeparis import PhilharmonieDeParisIE  from .phoenix import PhoenixIE  from .photobucket import PhotobucketIE  | 
