diff options
author | guredora <contact@guredora.com> | 2021-04-04 22:12:07 +0900 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2021-04-05 10:11:01 +0100 |
commit | 25b1287323f5836c9416a8183096adc63809d5ce (patch) | |
tree | b592d958d0086747991e2e55d6f8e39781047db9 /youtube_dl/extractor/extractors.py | |
parent | 760c911299aa607ca967d6d4be2985528bacf29f (diff) |
[line] add support live.line.me (closes #17205)(closes #28658)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 65fefabe8..d5cd364e8 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -595,7 +595,11 @@ from .limelight import ( LimelightChannelIE, LimelightChannelListIE, ) -from .line import LineTVIE +from .line import ( + LineTVIE, + LineLiveIE, + LineLiveChannelIE, +) from .linkedin import ( LinkedInLearningIE, LinkedInLearningCourseIE, |