mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	Merge pull request #8182 from atomic83/patch-1
Extract xHamster title fix
This commit is contained in:
		
						commit
						7e182627d9
					
				| @ -65,7 +65,7 @@ class XHamsterIE(InfoExtractor): | ||||
| 
 | ||||
|         title = self._html_search_regex( | ||||
|             [r'<title>(?P<title>.+?)(?:, (?:[^,]+? )?Porn: xHamster| - xHamster\.com)</title>', | ||||
|              r'<h1>([^<]+)</h1>'], webpage, 'title') | ||||
|              r'<h1(?: itemprop="name")?>([^<]+)</h1>'], webpage, 'title') | ||||
| 
 | ||||
|         # Only a few videos have an description | ||||
|         mobj = re.search(r'<span>Description: </span>([^<]+)', webpage) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sergey M
						Sergey M