suryakencana007 / comic-vine-scraper

Automatically exported from code.google.com/p/comic-vine-scraper
0 stars 0 forks source link

Can't recognize Issue #13a #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DESCRIBE THE PROBLEM:

Scraper doesn't seem to distinguish issues non-numeric values, like 13 and 13a 
(series: "The Savage Dragon").

WHAT VERSION OF COMICVINESCRAPER ARE YOU USING?
1.0.32

PLEASE PROVIDE ANY ADDITIONAL INFORMATION THAT MAY BE OF USE

original report:  
http://comicrack.cyolito.com/forum/32-news-and-announcements/9815-comic-vine-scr
aper-1028-1032?limit=10&start=70#11008

Original issue reported on code.google.com by cban...@gmail.com on 17 Nov 2010 at 12:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I've looked into this, and it appears that the problem is actually caused by a 
discrepancy in the Comic Vine data, not a bug in the scraper.

More specifically, ComicVine has TWO number 13 issues for the same Savage 
Dragon series--one of the issues has no title, the other has the TITLE "13a".  

Since it does not make sense for ComicVine scraper to use the title of the 
issue as its issue number, there is unfortunately not much that can be done 
about this.

For reference:

First number 13 :

http://api.comicvine.com/issue/39776/?api_key=4192f8503ea33364a23035827f40d415d5
dc5d18&format=xml&field_list=name,issue_number,volume

Second number 13 :

http://api.comicvine.com/issue/40959/?api_key=4192f8503ea33364a23035827f40d415d5
dc5d18&format=xml&field_list=name,issue_number,volume

Original comment by cban...@gmail.com on 17 Nov 2010 at 3:54