mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 10:27:07 -05:00 
			
		
		
		
	[xhamster] Improve title extraction
This commit is contained in:
		@@ -64,8 +64,9 @@ class XHamsterIE(InfoExtractor):
 | 
			
		||||
        webpage = self._download_webpage(mrss_url, video_id)
 | 
			
		||||
 | 
			
		||||
        title = self._html_search_regex(
 | 
			
		||||
            [r'<title>(?P<title>.+?)(?:, (?:[^,]+? )?Porn: xHamster| - xHamster\.com)</title>',
 | 
			
		||||
             r'<h1(?: itemprop="name")?>([^<]+)</h1>'], webpage, 'title')
 | 
			
		||||
            [r'<title[^>]*>(.+?)(?:,\s*[^,]*?\s*Porn\s*[^,]*?:\s*xHamster[^<]*| - xHamster\.com)</title>',
 | 
			
		||||
             r'<h1[^>]*>([^<]+)</h1>',
 | 
			
		||||
             r'<meta[^>]+itemprop=".*?caption.*?"[^>]+content="(.+?)"'], webpage, 'title')
 | 
			
		||||
 | 
			
		||||
        # Only a few videos have an description
 | 
			
		||||
        mobj = re.search(r'<span>Description: </span>([^<]+)', webpage)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user