doccosgrove / romcollectionbrowser

Automatically exported from code.google.com/p/romcollectionbrowser
GNU General Public License v2.0
0 stars 0 forks source link

MobyGames scrapper looking for missing tags #205

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Scrap Atari 2600 games.
2. The Scrap routine works fine.
3. Artwork and description not added.

What is the expected output? What do you see instead?
The game exists in MobyGames but it's not scrapped by RCB

What version of the product are you using? On what operating system?
2.0.17 on Kodi 14.1 on Windows 8.1

Please provide any additional information below.
Looking in the kodi.log file, it appears the following entries:
RCB_WARNING: an error occured while parsing game description: 
http://www.mobygames.com/game/atari-2600/obelix/cover-art
RCB_WARNING: Parser complains about: No match found for "<div 
class="thumbnailContainer">" (at char 14745), (line:217, col:9)

The URL "http://www.mobygames.com/game/atari-2600/obelix/cover-art" does exist, 
but in the HTML code do not appear a "<div class="thumbnailContainer">", but 
instead a "<div class="mobythumbnail">" one.

Original issue reported on code.google.com by juanfriv...@gmail.com on 3 Mar 2015 at 10:22

GoogleCodeExporter commented 8 years ago
Should be fixed with 2.1.0

Original comment by maloep on 9 Mar 2015 at 6:05