Kodi Community Forum

Full Version: Kinopoisk.ru (Russian Movies) Scraper
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
[ATTACH]56[/ATTACH]

Kinopoisk.ru v2.008 (Russian)

List:
-Added fanart (screens and wallpapers).
-Added fanart from http://www.themoviedb.org (fix the).
-Added trailer from http://www.imdb.com.
-Added fanart from http://www.themoviedb.org +24 (fix the).

v2.008 - [ATTACH]60[/ATTACH]
Thanks!

Short question: does it pull the movie info from the URL in the info file like IMDB scrapper?

If not could you please build it in?
please use trac
Jim DiGriz where you from? Who is interesting - will soon make a normal fanart.
//Jim DiGriz ты от куда? Кому интересно - скоро сделаю нормальный фанарт.//
New version.
can you PLEASE submit a ticket on trac once you feel it is svn ready. i can't keep track of all these forum threads...
spiff Wrote:can you PLEASE submit a ticket on trac once you feel it is svn ready. i can't keep track of all these forum threads...

How?
http://trac.xbmc.org

Use your forum account to log in. Note: BOTH Login and Password are Case-Sensitive.
Code:
<span style="font-size:13px;color:#666">The ([^<]+)</span>
How to cut "the", when it is.
you want to match whether or not the The is there?

Code:
<expression>&lt;span[^&gt*]&gt;(The )?([^&lt;]+)&lt;/span</expression>
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.
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 )
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.
Because using themoviedb API xbmc strange hangs. Therefore had to choose the standart search.

Spiff Many thanks for help in refining.
This script does not load any information/art from kinopoisk! Something is broken?
Pages: 1 2 3 4