diff options
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, | 
