Kodi Community Forum
IMDB scraper does not work - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Information Providers (scrapers) (https://forum.kodi.tv/forumdisplay.php?fid=147)
+----- Forum: Movie Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=302)
+----- Thread: IMDB scraper does not work (/showthread.php?tid=106577)



IMDB scraper does not work - gspinoza - 2011-07-30

Apparently the search works but for every movie all that's retrieved is an empty page.


- gspinoza - 2011-08-04

It seems to work again.


- MakuraRyu - 2011-08-05

IMDB just changed the way they present the information... Shocked fun stuff...

Well anywhoo I just noticed that they killed MPAA ratings, unfortunately just did a re-scan on my entire library so I ended up deleting the ratings. Which the family uses to find G/PG movies for the kiddos. Not fun.

Here's the MPAA regex:
Code:
<RegExp input="$$1" output="&lt;mpaa&gt;\1&lt;/mpaa&gt;" dest="5+">
    <expression>MPAA&lt;/a&gt;\)&lt;/h4&gt;\n*?&lt;span itemprop=&quot;contentRating&quot;&gt;([^&lt;]*)</expression>
</RegExp>