[vporn] Use urljoin for thumbnail
This commit is contained in:
		
							parent
							
								
									dc1f3a9f20
								
							
						
					
					
						commit
						0ae9560eea
					
				| @ -7,6 +7,7 @@ from ..utils import ( | |||||||
|     ExtractorError, |     ExtractorError, | ||||||
|     parse_duration, |     parse_duration, | ||||||
|     str_to_int, |     str_to_int, | ||||||
|  |     urljoin, | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| @ -66,10 +67,9 @@ class VpornIE(InfoExtractor): | |||||||
|         description = self._html_search_regex( |         description = self._html_search_regex( | ||||||
|             r'class="(?:descr|description_txt)">(.*?)</div>', |             r'class="(?:descr|description_txt)">(.*?)</div>', | ||||||
|             webpage, 'description', fatal=False) |             webpage, 'description', fatal=False) | ||||||
|         thumbnail = self._html_search_regex( |         thumbnail = urljoin('http://www.vporn.com', self._html_search_regex( | ||||||
|             r'flashvars\.imageUrl\s*=\s*"([^"]+)"', webpage, 'description', fatal=False, default=None) |             r'flashvars\.imageUrl\s*=\s*"([^"]+)"', webpage, 'description', | ||||||
|         if thumbnail: |             default=None)) | ||||||
|             thumbnail = 'http://www.vporn.com' + thumbnail |  | ||||||
| 
 | 
 | ||||||
|         uploader = self._html_search_regex( |         uploader = self._html_search_regex( | ||||||
|             r'(?s)Uploaded by:.*?<a href="/user/[^"]+"[^>]*>(.+?)</a>', |             r'(?s)Uploaded by:.*?<a href="/user/[^"]+"[^>]*>(.+?)</a>', | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user