mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	title extraction condition less restrictive
This commit is contained in:
		
							parent
							
								
									9168308579
								
							
						
					
					
						commit
						9c7b79acd9
					
				| @ -37,7 +37,7 @@ class ExtremeTubeIE(InfoExtractor): | ||||
|         webpage = self._download_webpage(req, video_id) | ||||
| 
 | ||||
|         video_title = self._html_search_regex( | ||||
|             r'<h1 [^>]*?title="([^"]+)"[^>]*>\1<', webpage, 'title') | ||||
|             r'<h1 [^>]*?title="([^"]+)"[^>]*>', webpage, 'title') | ||||
|         uploader = self._html_search_regex( | ||||
|             r'>Posted by:(?=<)(?:\s|<[^>]*>)*(.+?)\|', webpage, 'uploader', | ||||
|             fatal=False) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 MikeCol
						MikeCol