mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[teachable] Improve locked lessons detection (#23528)
This commit is contained in:
		| @@ -165,7 +165,10 @@ class TeachableIE(TeachableBaseIE): | ||||
|             if any(re.search(p, webpage) for p in ( | ||||
|                     r'class=["\']lecture-contents-locked', | ||||
|                     r'>\s*Lecture contents locked', | ||||
|                     r'id=["\']lecture-locked')): | ||||
|                     r'id=["\']lecture-locked', | ||||
|                     # https://academy.tailoredtutors.co.uk/courses/108779/lectures/1955313 | ||||
|                     r'class=["\'](?:inner-)?lesson-locked', | ||||
|                     r'>LESSON LOCKED<')): | ||||
|                 self.raise_login_required('Lecture contents locked') | ||||
|  | ||||
|         title = self._og_search_title(webpage, default=None) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․