diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-05-08 14:34:38 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-05-08 14:34:38 +0800 |
commit | 3b01a9fbb63e33325fa979db8a846d3e655e79e6 (patch) | |
tree | 0e2414ecbe5f3b25a525ab14acbf94a15b64e442 /youtube_dl/extractor/extractors.py | |
parent | 9c072d38c6b0361d91e92c50cd0c753dc8ce3101 (diff) |
[litv] Add new extractor
LiTV is a streaming platform providing free and paid legal contents in
Taiwan.
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 14b4f245f..7bacef184 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -384,6 +384,7 @@ from .limelight import ( LimelightChannelIE, LimelightChannelListIE, ) +from .litv import LiTVIE from .liveleak import LiveLeakIE from .livestream import ( LivestreamIE, |