YAMJ / yamj-v2

Yet Another Movie Jukebox (YAMJ) v2
GNU General Public License v3.0
28 stars 11 forks source link

scraped imdb id wrong for a few movies #2677

Closed Omertron closed 9 years ago

Omertron commented 9 years ago

Original issue 2680 created by Omertron on 2013-10-02T20:51:09.000Z:

using r3757 there are a few movies I'm getting the imdb id scraped wrong e.g. from the xml

<id moviedb="imdb">tt0816711&#xD;</id>

when I remove the trailing garbage it generates everything properly

examples of movies I got this error with: Olympus Has Fallen, Resident Evil Retribution, World War Z, etc (most are fine, just a handful have this problem)

(I think that's the problem anyway)

Omertron commented 9 years ago

Comment #1 originally posted by Omertron on 2013-11-12T09:46:31.000Z:

This issue was closed by revision r3789.