Kinopoisk.ru (Russian Movies) Scraper

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
hamp Offline
Member
Posts: 58
Joined: Jul 2008
Reputation: 0
Thumbs Up  Kinopoisk.ru (Russian Movies) Scraper Post: #1
[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]
Attached File(s) Thumbnail(s)
   

.zip  KinoPoisk.xml.zip (Size: 3.41 KB / Downloads: 453)
(This post was last modified: 2009-02-27 16:11 by hamp.)
find quote
Jim DiGriz Offline
Junior Member
Posts: 7
Joined: Feb 2009
Reputation: 0
Post: #2
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?
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,179
Joined: Nov 2003
Reputation: 82
Post: #3
please use trac

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
hamp Offline
Member
Posts: 58
Joined: Jul 2008
Reputation: 0
Post: #4
Jim DiGriz where you from? Who is interesting - will soon make a normal fanart.
//Jim DiGriz ты от куда? Кому интересно - скоро сделаю нормальный фанарт.//
find quote
hamp Offline
Member
Posts: 58
Joined: Jul 2008
Reputation: 0
Exclamation    Post: #5
New version.
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,179
Joined: Nov 2003
Reputation: 82
Post: #6
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...

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
hamp Offline
Member
Posts: 58
Joined: Jul 2008
Reputation: 0
Post: #7
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?
find quote
Maxim Offline
Fan
Posts: 706
Joined: Sep 2004
Reputation: 0
Post: #8
http://trac.xbmc.org

Use your forum account to log in. Note: BOTH Login and Password are Case-Sensitive.
find quote
hamp Offline
Member
Posts: 58
Joined: Jul 2008
Reputation: 0
Post: #9
Code:
<span style="font-size:13px;color:#666">The ([^<]+)</span>
How to cut "the", when it is.
(This post was last modified: 2009-02-26 15:12 by hamp.)
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,179
Joined: Nov 2003
Reputation: 82
Post: #10
you want to match whether or not the The is there?

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

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Post Reply