logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: b14475724b78bf3b4f2f448bb2953dfd52d3d425
parent aa7e974a2a61a20e017b52a3a9ab1fb43cf8cd13
Author: Remita Amine <remitamine@gmail.com>
Date:   Mon, 29 Oct 2018 21:49:12 +0100

[linkedin:learning:course] use url_transparent type for playlist entries

Diffstat:

Myoutube_dl/extractor/linkedin.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/linkedin.py b/youtube_dl/extractor/linkedin.py @@ -161,7 +161,7 @@ class LinkedInLearningCourseIE(LinkedInLearningBaseIE): if not video_slug: continue entries.append({ - '_type': 'url', + '_type': 'url_transparent', 'id': self._get_video_id(video.get('urn'), course_slug, video_slug), 'title': video.get('title'), 'url': 'https://www.linkedin.com/learning/%s/%s' % (course_slug, video_slug),