fix kickass contenter movie thumb

pull/15/head
Kingul 2016-11-23 20:13:05 +02:00
parent b31b5825c2
commit 95bc776895
1 changed files with 1 additions and 1 deletions

View File

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