FIX:(243) Problem parsing details from CV when description field was malformed

This commit is contained in:
evilhero 2013-03-02 11:41:59 -05:00
parent 0af49f977b
commit 3173445bc4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ mb_lock = threading.Lock()
def pullsearch(comicapi,comicquery,offset):
PULLURL='http://api.comicvine.com/search?api_key=' + str(comicapi) + '&resources=volume&query=' + str(comicquery) + '&field_list=id,name,description,start_year,site_detail_url,count_of_issues,image,publisher&format=xml&offset=' + str(offset)
PULLURL='http://api.comicvine.com/search?api_key=' + str(comicapi) + '&resources=volume&query=' + str(comicquery) + '&field_list=id,name,start_year,site_detail_url,count_of_issues,image,publisher&format=xml&offset=' + str(offset)
#all these imports are standard on most modern python implementations
#download the file: