aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorChih-Hsuan Yen <yan12125@gmail.com>2018-03-11 22:25:30 +0800
committerChih-Hsuan Yen <yan12125@gmail.com>2018-03-11 22:25:30 +0800
commit08250b69c29f8fc3bb73c6461363472197a86f03 (patch)
treeceeadb2889c2c6bac2c08b33ab2146e3a247fdee /youtube_dl/extractor/extractors.py
parentd116918993c1de9b2bfabf98b2af236263f86137 (diff)
downloadyoutube-dl-08250b69c29f8fc3bb73c6461363472197a86f03.tar.xz
[line] Add support for tv.line.me (closes #9427)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py1
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,