Hi all,
i'm trying to use italian.imdb.org as default scraper but i get this on every film:
<title>scraper error</title>
<originaltitle>scraper error</originaltitle>
<sorttitle>scraper error</sorttitle>
<year>scraper error</year>
I get correct fanart and btn pics.
This is a full .nfo file for example:
- Code:
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<movie>
<fileinfo>
<streamdetails>
<video>
<width>1280</width>
<height>544</height>
<codec>h264</codec>
<format>V_MPEG4/ISO/AVC</format>
<duration>2h 24mn</duration>
<bitrate>3 469 Kbps</bitrate>
<container>.mkv</container>
</video>
<audio>
<language>ita</language>
<codec>AC3</codec>
<channels>6</channels>
<bitrate>448 Kbps</bitrate>
</audio>
</streamdetails>
</fileinfo>
<title>scraper error</title>
<originaltitle>scraper error</originaltitle>
<sorttitle>scraper error</sorttitle>
<year>scraper error</year>
<premiered>
</premiered>
<rating>0</rating>
<votes>
</votes>
<top250>0</top250>
<outline>
</outline>
<plot>
</plot>
<tagline>
</tagline>
<country>
</country>
<runtime>144 min</runtime>
<mpaa>
</mpaa>
<credits>
</credits>
<director>
</director>
<studio>
</studio>
<trailer>
</trailer>
<playcount>0</playcount>
<id>tt0383574</id>
<createdate>20110722143939</createdate>
<stars>
</stars>
</movie>
If i use other imdb mirrror, it works.
Any suggestion?
Thanks and regards.