diff options
author | Chih-Hsuan Yen <yan12125@gmail.com> | 2018-03-11 22:25:30 +0800 |
---|---|---|
committer | Chih-Hsuan Yen <yan12125@gmail.com> | 2018-03-11 22:25:30 +0800 |
commit | 08250b69c29f8fc3bb73c6461363472197a86f03 (patch) | |
tree | ceeadb2889c2c6bac2c08b33ab2146e3a247fdee /youtube_dl/extractor/extractors.py | |
parent | d116918993c1de9b2bfabf98b2af236263f86137 (diff) |
[line] Add support for tv.line.me (closes #9427)
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 bef3b82ee..6d6ae89f8 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -550,6 +550,7 @@ from .limelight import ( LimelightChannelIE, LimelightChannelListIE, ) +from .line import LineTVIE from .litv import LiTVIE from .liveleak import ( LiveLeakIE, |