more unicode fixes

fixes for wrong dif detection
added logging to see if item gets updates
libraries can be enabled/disabled
This commit is contained in:
Marcel van der Veldt 2015-03-17 00:04:29 +01:00
parent a1a074b66f
commit 5e8f63831c
3 changed files with 229 additions and 209 deletions

View file

@ -96,7 +96,7 @@ class API():
else:
if(item.get("Studios") != None):
for studio_string in item.get("Studios"):
temp=studio_string.get("Name").encode('utf-8')
temp=studio_string.get("Name")
studios.append(temp)
return studios