mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[ie/dropout] Fix extraction (#12102)
Closes #12103 Authored by: bashonly
This commit is contained in:
		| @@ -135,7 +135,7 @@ class DropoutIE(InfoExtractor): | ||||
|                     self.raise_login_required(method='any') | ||||
|                 raise ExtractorError(login_err, expected=True) | ||||
| 
 | ||||
|         embed_url = self._search_regex(r'embed_url:\s*["\'](.+?)["\']', webpage, 'embed url') | ||||
|         embed_url = self._html_search_regex(r'embed_url:\s*["\'](.+?)["\']', webpage, 'embed url') | ||||
|         thumbnail = self._og_search_thumbnail(webpage) | ||||
|         watch_info = get_element_by_id('watch-info', webpage) or '' | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bashonly
					bashonly