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


Kinopoisk.ru (Russian Movies) Scraper - hamp - 2009-02-12 20:31

[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]



- Jim DiGriz - 2009-02-19 21:42

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?


- spiff - 2009-02-19 23:06

please use trac


- hamp - 2009-02-22 13:17

Jim DiGriz where you from? Who is interesting - will soon make a normal fanart.
//Jim DiGriz ты от куда? Кому интересно - скоро сделаю нормальный фанарт.//


- hamp - 2009-02-25 18:32

New version.


- spiff - 2009-02-25 18:40

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...


- hamp - 2009-02-26 14:02

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?


- Maxim - 2009-02-26 14:13

http://trac.xbmc.org

Use your forum account to log in. Note: BOTH Login and Password are Case-Sensitive.


- hamp - 2009-02-26 15:08

Code:
<span style="font-size:13px;color:#666">The ([^<]+)</span>
How to cut "the", when it is.


- spiff - 2009-02-26 15:22

you want to match whether or not the The is there?

Code:
<expression>&lt;span[^&gt*]&gt;(The )?([^&lt;]+)&lt;/span</expression>