fix kickass contenter movie thumb

This commit is contained in:
Kingul 2016-11-23 20:13:05 +02:00
parent b31b5825c2
commit 95bc776895

View File

@ -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: