fix kickass contenter movie thumb
This commit is contained in:
		
							parent
							
								
									b31b5825c2
								
							
						
					
					
						commit
						95bc776895
					
				@ -143,7 +143,7 @@ class KickAssSo(Content.Content):
 | 
				
			|||||||
                                             'kinopoisk': ''}
 | 
					                                             'kinopoisk': ''}
 | 
				
			||||||
            try:
 | 
					            try:
 | 
				
			||||||
                img = result.find('a', {'class': 'movieCover'}).find('img').get('src')
 | 
					                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:
 | 
					            except:
 | 
				
			||||||
                pass
 | 
					                pass
 | 
				
			||||||
            try:
 | 
					            try:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user