diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-07-16 03:06:04 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-07-16 03:06:04 +0700 |
commit | decf86044d17a8ec04e43a4805a0092622d976ae (patch) | |
tree | 1c39fc2aa7f59168b3113d96e43a811bb9d8c21c /youtube_dl/extractor/extractors.py | |
parent | 94b817edebb63c3d8485e1ae27cc394dd9e21f9d (diff) |
[pearvideo] Improve (closes #13031)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 75c1a3d0e..28f0d3f0d 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -762,7 +762,7 @@ from .pandoratv import PandoraTVIE from .parliamentliveuk import ParliamentLiveUKIE from .patreon import PatreonIE from .pbs import PBSIE -from .pear import PearIE +from .pearvideo import PearVideoIE from .people import PeopleIE from .periscope import ( PeriscopeIE, |