suryakencana007 / comic-vine-scraper

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

Scrape User Ratings #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The comicvine website (not the normal API) has User Ratings for each comic (a 
score between 1 and 5).   It should be possible to change the scraper script to 
obtain this information and store in the new "Community Rating" field in the 
latest version of ComicRack.

Original issue reported on code.google.com by cban...@gmail.com on 4 Jul 2010 at 10:24

GoogleCodeExporter commented 9 years ago
Implemented for version 1.0.26

Original comment by cban...@gmail.com on 30 Jul 2010 at 6:42

GoogleCodeExporter commented 9 years ago
Implemented for version 1.0.26.

One drawback to this feature is that it uses information stored directly on 
each comic's ComicVine webpage, rather than on the ComicVine database API.

This means that we now have to access TWO websites (instead of just one) for 
each comic that we scrape.  This makes it take a little longer to scrape each 
comic than it used to.

Original comment by cban...@gmail.com on 30 Jul 2010 at 7:29