XBMC Community Forum  

Go Back   XBMC Community Forum > Development > Scraper Development

Scraper Development Developers forum for meta data scrapers. Scraper developers only!
Not for posting feature requests, bugs, or end-user support requests!

Reply
 
Thread Tools Search this Thread Display Modes
Old 2009-02-26, 15:28   #11
hamp
Skilled Skinner
 
Join Date: Jul 2008
Posts: 56
hamp is on a distinguished road
Default

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://xbmc.org/wiki/?title=Scrapers nothing.

Last edited by hamp; 2009-02-26 at 15:55.
hamp is offline   Reply With Quote
Old 2009-02-26, 16:55   #12
spiff
Grumpy Bastard Developer
 
spiff's Avatar
 
Join Date: Nov 2003
Posts: 7,714
spiff is on a distinguished road
Default

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 )
__________________
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.
spiff is online now   Reply With Quote
Old 2009-02-26, 20:26   #13
vdrfan
Team-XBMC Developer
 
Join Date: Jan 2008
Location: Germany
Posts: 1,280
vdrfan is on a distinguished road
Default

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


vdrfan is offline   Reply With Quote
Old 2009-02-27, 15:46   #14
hamp
Skilled Skinner
 
Join Date: Jul 2008
Posts: 56
hamp is on a distinguished road
Default

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

Spiff Many thanks for help in refining.
hamp is offline   Reply With Quote
Old 2009-05-14, 20:38   #15
GooglieS
Junior Member
 
Join Date: Oct 2008
Posts: 7
GooglieS is on a distinguished road
Default

This script does not load any information/art from kinopoisk! Something is broken?
GooglieS is offline   Reply With Quote
Old 2009-10-06, 15:14   #16
vlavrinenko
Junior Member
 
Join Date: Jul 2009
Posts: 11
vlavrinenko is on a distinguished road
Default

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.
vlavrinenko is offline   Reply With Quote
Old 2009-11-07, 13:00   #17
vovanprod
Junior Member
 
Join Date: Sep 2009
Posts: 3
vovanprod is on a distinguished road
Default

Похоже с Кинопоиском все конкретно заглохло... А так хотелось-бы.....
vovanprod is offline   Reply With Quote
Old 2009-11-08, 06:29   #18
Tossik
Junior Member
 
Join Date: Nov 2009
Posts: 3
Tossik is on a distinguished road
Default

yes can someone please make it work!!!! please!!!!
Tossik is offline   Reply With Quote
Reply

Bookmarks

Tags
kinopoisk, russian, scraper


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:03.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project