mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 01:27:07 -05:00 
			
		
		
		
	[udemy] Fix typo
This commit is contained in:
		@@ -147,7 +147,7 @@ class UdemyIE(InfoExtractor):
 | 
			
		||||
            # Error could possibly mean we are not enrolled in the course
 | 
			
		||||
            if isinstance(e.cause, compat_HTTPError) and e.cause.code == 403:
 | 
			
		||||
                self._enroll_course(webpage, course_id)
 | 
			
		||||
                lecture_id = self._download_lecture(course_id, lecture_id)
 | 
			
		||||
                lecture = self._download_lecture(course_id, lecture_id)
 | 
			
		||||
            else:
 | 
			
		||||
                raise
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user