xvideos patch by @pocoimporta - closes #370
This commit is contained in:
		
							parent
							
								
									3210735c49
								
							
						
					
					
						commit
						363a4e1114
					
				
					 3 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										
											BIN
										
									
								
								youtube-dl
									
										
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								youtube-dl
									
										
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								youtube-dl.exe
									
										
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								youtube-dl.exe
									
										
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -2359,11 +2359,11 @@ class XVideosIE(InfoExtractor):
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
		# Extract video thumbnail
 | 
			
		||||
		mobj = re.search(r'http://(?:img.*?\.)xvideos.com/videos/thumbs/[a-fA-F0-9]/[a-fA-F0-9]/[a-fA-F0-9]/([a-fA-F0-9.]+jpg)', webpage)
 | 
			
		||||
		mobj = re.search(r'http://(?:img.*?\.)xvideos.com/videos/thumbs/[a-fA-F0-9]+/[a-fA-F0-9]+/[a-fA-F0-9]+/[a-fA-F0-9]+/([a-fA-F0-9.]+jpg)', webpage)
 | 
			
		||||
		if mobj is None:
 | 
			
		||||
			self._downloader.trouble(u'ERROR: unable to extract video thumbnail')
 | 
			
		||||
			return
 | 
			
		||||
		video_thumbnail = mobj.group(1).decode('utf-8')
 | 
			
		||||
		video_thumbnail = mobj.group(0).decode('utf-8')
 | 
			
		||||
 | 
			
		||||
		info = {
 | 
			
		||||
			'id': video_id,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue