mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 04:37:06 -05:00 
			
		
		
		
	[linkedin:learning:course] use url_transparent type for playlist entries
This commit is contained in:
		@@ -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),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user