XBMC Community Forum
Kinopoisk.ru (Russian Movies) Scraper - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Metadata scrapers (/forumdisplay.php?fid=147)
+---- Thread: Kinopoisk.ru (Russian Movies) Scraper (/showthread.php?tid=45404)

Pages: 1 2 3 4 5


- hamp - 2009-02-26 15:28

Del "the".
The Dark Knight -> Dark Knight; Bolt-> Bolt.

Code:
            <RegExp conditional="fanart" input="$$8" output="&lt;url function=&quot;GMA&quot;&gt;http://themoviedb.org/search?search%5Btext%5D=\1&lt;/url&gt;" dest="5+">            
            <RegExp input="$$1" output="\1&lt;" dest="8">
                <expression>&lt;span style=&quot;font-size:13px;color:#666&quot;&gt;(The )?([^&lt;]+)&lt;/span&gt;</expression>
            </RegExp>
                <expression>The ([^&lt;]+)&lt;</expression>
            </RegExp>

Not work. http://wiki.xbmc.org/?title=Scrapers nothing.


- spiff - 2009-02-26 16:55

well, the expression is fine... your usage of it is wrong though.

Code:
<RegExp conditional="fanart" input="$$8" output="&lt;url function=&quot;GMA&quot;&gt;http://themoviedb.org/search?search%5Btext%5D=\1&lt;/url&gt;" dest="5+">            
    <RegExp input="$$1" output="\2" dest="8">
                <expression>&lt;span style=&quot;font-size:13px;color:#666&quot;&gt;(The )?([^&lt;]+)&lt;/span&gt;</expression>
            </RegExp>
            <expression/>
</RegExp>

your selection will be avail in buffer 2 since buffer 1 may or may not hold (The )


- vdrfan - 2009-02-26 20:26

Is there a reason why you are doing normal web searches instead of using the themoviedb API? Using the API search should give better results and is much more fail safe.


- hamp - 2009-02-27 15:46

Because using themoviedb API xbmc strange hangs. Therefore had to choose the standart search.

Spiff Many thanks for help in refining.



- GooglieS - 2009-05-14 19:38

This script does not load any information/art from kinopoisk! Something is broken?


- vlavrinenko - 2009-10-06 14:14

Seems that kinopoisk.ru changed some internal layout details. As long as author still does not respond, I've made some modifications to scraper myself. I don't see if I can attach a file, so you can just get it here: ftp://lvu.kiev.ua/KinoPoisk.xml. Maybe author will want to incorporate these changes to his scraper.

I've tried to fix tmdb fanart scraping, but it works very poorly.


- vovanprod - 2009-11-07 13:00

Похоже с Кинопоиском все конкретно заглохло... А так хотелось-бы.....


- Tossik - 2009-11-08 06:29

yes can someone please make it work!!!! please!!!!


- breguet - 2009-11-27 20:09

-


actual version - akara - 2009-12-01 09:50

I've completely re-worked this scraper.. works fine for me..
you can get it here: http://video.m3x.org/KinoPoisk.xml