Browse Source

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

master-ytdl-org
Remita Amine 6 years ago
parent
commit
b14475724b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/linkedin.py

+ 1
- 1
youtube_dl/extractor/linkedin.py View File

@ -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),


Loading…
Cancel
Save