![]() |
|
|||||||
| Scraper Development Developers forum for meta data scrapers. Scraper developers only! Not for posting feature requests, bugs, or end-user support requests! |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Nov 2008
Posts: 1
![]() |
Hello,
I try to tweak kinopoisk.ru scraper. But I have very little experience with scrapers. I cannot understand what I'm doing wrong - maybe someone can explain. As I understood buffer $$1 holds cleaned filename something like "Die Hard (1988)" And all what I try to do is regexp match on this string to split title and year. My modified CreateSearchURL function: <CreateSearchUrl dest="3" SearchStringEncoding="CP1251"> <RegExp input="$$1" output="http://www.kinopoisk.ru/index.php?level=7&from=forma&result=adv&am p;m_act%5Bfrom%5D=forma&m_act%5Bwhat%5D=conten t&m_act%5Bfind%5D=\1&m_act%5Byear%5D=\2" dest="3"> <expression>([^\(]+)\(([0-9]*)</expression> </RegExp> </CreateSearchUrl> When I tried to get movie details using this scraper XBMC crashed. Thank you. P.S Sorry for my English. |
|
|
|
|
|
#2 |
|
Grumpy Bastard Developer
Join Date: Nov 2003
Posts: 7,715
![]() |
apart from the excessive spaces i don't see anything wrong with it
__________________
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. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|