diff options
author | Zhong Jianxin <azuwis@gmail.com> | 2016-03-09 23:43:27 +0800 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2016-10-25 01:46:02 +0700 |
commit | 2e7c8cab55e8b29dea5443aa45451b524799a12a (patch) | |
tree | 8e84f0fb3467d0edb8b7d0c1b6adf838e9825171 /youtube_dl/extractor/extractors.py | |
parent | d7d4481c6a8a914a436006b244b9fd781d322b71 (diff) |
[pandatv] Add new 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 6f7d9b65b..108d7ca69 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -667,6 +667,7 @@ from .orf import ( ORFFM4IE, ORFIPTVIE, ) +from .pandatv import PandaTVIE from .pandoratv import PandoraTVIE from .parliamentliveuk import ParliamentLiveUKIE from .patreon import PatreonIE |