aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2018-10-29 19:28:09 +0100
committerRemita Amine <remitamine@gmail.com>2018-10-29 19:28:29 +0100
commitaa7e974a2a61a20e017b52a3a9ab1fb43cf8cd13 (patch)
tree077123920a68aececc951a1af76da377dea3aa3d /youtube_dl/extractor/extractors.py
parent9aac22c195cf41ff46a644bd027481629d0e6d06 (diff)
downloadyoutube-dl-aa7e974a2a61a20e017b52a3a9ab1fb43cf8cd13.tar.xz
[linkedin:learning] Add new extractor(closes #13545)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index d96e23905..8879f5d90 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -572,6 +572,10 @@ from .limelight import (
LimelightChannelListIE,
)
from .line import LineTVIE
+from .linkedin import (
+ LinkedInLearningIE,
+ LinkedInLearningCourseIE,
+)
from .litv import LiTVIE
from .liveleak import (
LiveLeakIE,