diff --git a/mylar/mb.py b/mylar/mb.py index 68dca5b7..018d2112 100755 --- a/mylar/mb.py +++ b/mylar/mb.py @@ -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: