fix kickass contenter movie thumb
This commit is contained in:
		
							parent
							
								
									b31b5825c2
								
							
						
					
					
						commit
						95bc776895
					
				@ -143,7 +143,7 @@ class KickAssSo(Content.Content):
 | 
			
		||||
                                             'kinopoisk': ''}
 | 
			
		||||
            try:
 | 
			
		||||
                img = result.find('a', {'class': 'movieCover'}).find('img').get('src')
 | 
			
		||||
                movieInfo['poster'] = 'http:' + img
 | 
			
		||||
                movieInfo['poster'] = img if img.startswith('http:') else 'http:' + img
 | 
			
		||||
            except:
 | 
			
		||||
                pass
 | 
			
		||||
            try:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user