mirror of https://github.com/evilhero/mylar
FIX:(243) Problem parsing details from CV when description field was malformed
This commit is contained in:
parent
0af49f977b
commit
3173445bc4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue