![]() |
|
|||||||
| 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: Oct 2003
Posts: 39
![]() |
I'm making a scraper for AsianDB.com. It seems to work flawlessly under scrap.exe, but XBMC misses a lot of info it retrieves. Here's an example details XML output:
Code:
<details> <title>Violent Cop</title> <year>1989</year> <director>Takeshi Kitano</director> <runtime>103mins</runtime> <thumb>http://www.asiandb.com/data/title/mini/4141.jpg</thumb> <rating>7</rating> <votes>3</votes> <genre>Action</genre> <genre>Crime</genre> <credits>Takeshi Kitano</credits> <credits>Hisashi Nozawa</credits> <actor> <name>Takeshi Kitano</name> </actor> </details> Is there a bug in my XML output? (Note: pretty-printed for readability, no extra whitespace in actual XML) Also, pressing X+Y during boot did get me in debug mode, but didn't tell much about the scraping process. Is there a method (like in the old days ) to set the debuglevel to 'insane' or similar?Thanks for any help you can give, ezd |
|
|
|
|
|
#2 |
|
Member
Join Date: Oct 2003
Posts: 39
![]() |
For reference, I've upped the current asiandb.xml to pastebin.
|
|
|
|
|
|
#3 |
|
Grumpy Bastard Developer
Join Date: Nov 2003
Posts: 7,715
![]() |
i'm on a conference this week, so this post is only to say that i cannot see anything wrong at first glimse. i hardly have inet accessiblity so i have to wait until i get back home to investigate.
__________________
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. |
|
|
|
|
|
#4 |
|
Member
Join Date: Oct 2003
Posts: 39
![]() |
Thanks for the heads up, no hurry here, mostly did this for the Greater Xbmc Good
![]() Enjoy your conference! |
|
|
|
|
|
#5 |
|
Grumpy Bastard Developer
Join Date: Nov 2003
Posts: 7,715
![]() |
before each of those you have regexp's that grabs the relevant pieces of the html. on those you don't specify 'noclean="1"' and hence all html tags are stripped off. i guess the scrap.exe doesnt honor this.
__________________
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. |
|
|
|
|
|
#6 |
|
Member
Join Date: Oct 2006
Posts: 63
![]() |
any progress on this scraper ?
i really need this one.
|
|
|
|
|
|
#7 |
|
Grumpy Bastard Developer
Join Date: Nov 2003
Posts: 7,715
![]() |
then i suggest you finish 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. |
|
|
|
|
|
#8 |
|
Member
Join Date: Oct 2006
Posts: 63
![]() |
wise-ass... if i could don't you think i would ?
some people have learned them selfs programming skills, other artistic skills. |
|
|
|
|
|
#9 |
|
Grumpy Bastard Developer
Join Date: Nov 2003
Posts: 7,715
![]() |
it doesnt take programming skills. that's the whole reason i created the scraper system. it only takes some logic and reading a 10 min regexp guide.
__________________
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: Oct 2006
Posts: 63
![]() |
if you think it's that easy for everyone, then why is 'esd' having problems with it ?
I'm pretty much code-blind, but if you (or anyone else) could give a little help i might give it (another) try. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|