diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-04-20 03:37:23 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-04-20 03:37:23 +0600 |
commit | f77970765adb0ffe837706ef8eb041ea448c34b3 (patch) | |
tree | acba4e21bbf0cf1e0144272726a79ed853fbbae4 /youtube_dl/extractor/extractors.py | |
parent | 81215d56524e2b4d26898e5cc3ecd92a856df344 (diff) |
[people] Add extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index aa83daa02..9b8e1ab25 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -559,6 +559,7 @@ from .pandoratv import PandoraTVIE from .parliamentliveuk import ParliamentLiveUKIE from .patreon import PatreonIE from .pbs import PBSIE +from .people import PeopleIE from .periscope import PeriscopeIE from .philharmoniedeparis import PhilharmonieDeParisIE from .phoenix import PhoenixIE |