mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[cleanup, docs] Misc cleanup
Closes #2828, closes #2734, closes #2802, closes #2937
This commit is contained in:
		| @@ -252,9 +252,9 @@ class FrontendMastersCourseIE(FrontendMastersPageBaseIE): | ||||
|         entries = [] | ||||
|         for lesson in lessons: | ||||
|             lesson_name = lesson.get('slug') | ||||
|             if not lesson_name: | ||||
|                 continue | ||||
|             lesson_id = lesson.get('hash') or lesson.get('statsId') | ||||
|             if not lesson_id or not lesson_name: | ||||
|                 continue | ||||
|             entries.append(self._extract_lesson(chapters, lesson_id, lesson)) | ||||
|  | ||||
|         title = course.get('title') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan