![]() |
|
|||||||
| 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 |
|
Member
Join Date: Feb 2009
Posts: 96
![]() |
Hi everyone,
i try to make a scraper but can't get ahead with one step. I use scrap.exe to test my scraper: CreateSearchUrl returned is okay! GetSearchResults returned is okay ! Details URL is okay ! but then the GetDetails returned: is nothing with the Error: Unable to parse details.xml Here's my code: PHP Code:
Thanks so much in advance Schenk |
|
|
|
|
|
#2 |
|
Grumpy Bastard Developer
Join Date: Nov 2003
Posts: 7,715
![]() |
unfortunately scrap.exe is outdated and we lost the source.
and the reason it does not work is that you are missing the expression for the outermost RegExp in GetDetails, i.e. Code:
.... </RegExp> <expression noclean="1"/> </RegExp> </GetDetails>
__________________
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. Last edited by spiff; 2009-04-22 at 23:19. |
|
|
|
|
|
#3 |
|
Member
Join Date: Feb 2009
Posts: 96
![]() |
Hi Spiff,
thanks for your answer, that solved the problem with scrap.exe ![]() But now i tried it in XBMC and it doesn't work. i know that scrap.exe is outdated but is there any chance to see at which point XBMC stuck with my scrapper or better why it not works. any scrapper logs At this point i have absolutely no clue where to start and find the error because with scrap.exe it's just fine. Thanks again for any hints or infos.Greetz Schenk |
|
|
|
|
|
#4 |
|
Grumpy Bastard Developer
Join Date: Nov 2003
Posts: 7,715
![]() |
my answer depends on two things;
1) you speak c++ and can compile or 2) you can compile or 3) neither
__________________
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. |
|
|
|
|
|
#5 |
|
Member
Join Date: Feb 2009
Posts: 96
![]() |
![]() maybe 2) better 3) Could you explain why? Thanks Schenk |
|
|
|
|
|
#6 |
|
Grumpy Bastard Developer
Join Date: Nov 2003
Posts: 7,715
![]() |
if 1 i could gotten away with instructions
2 means i'll have to do a patch for you which i will do shortly - here it is; http://dureks.dyndns.org:8080/scraperlog.diff 3 means i don't have to do anything
__________________
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. Last edited by spiff; 2009-04-22 at 23:41. |
|
|
|
|
|
#7 |
|
Member
Join Date: Feb 2009
Posts: 96
![]() |
|
|
|
|
|
|
#8 |
|
Member
Join Date: Feb 2009
Posts: 96
![]() |
little side note:
i made a cinefacts.de scraper for MediaPortal but now switched to XBMC and would like to use it here. It was even hard for me to do this in MP, in XBMC i'm getting depressed because it's totally different
|
|
|
|
|
|
#9 |
|
Grumpy Bastard Developer
Join Date: Nov 2003
Posts: 7,715
![]() |
heh, different does not mean bad. don't give up, you'll get the hang of it =P
__________________
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. |
|
|
|
|
|
#10 |
|
Member
Join Date: Feb 2009
Posts: 96
![]() |
Spiff, i know i'm kind of lazy yet but is there a compiled version with your patch to download or do i really have to compile by my own, what makes me really afraid
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|