uhrr, you make only one selection. why do you think you can make the title be \2 ?
and see the debug log - it shows you exactly what is returned and whats going on.
the outer regexp is fine.
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 81 |
2009-08-26 16:40
Post: #31
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 |
small_frenchy
Junior Member Posts: 32 Joined: Jun 2009 Reputation: 0 |
2009-08-26 17:11
Post: #32
Okay, one more step
thanks for your help.Now, I have a problem with GetDetails it seems. I have in the log : 17:06:44 T:6876 M:944844800 DEBUG: FileCurl::Open(0012B9F4) http://localhost/CMMServer/GetDetails.aspx?s=Apt pupil (1998) 17:06:44 T:6876 M:944803840 DEBUG: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22 17:06:44 T:6876 M:944803840 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream. 17:06:44 T:6876 M:944803840 DEBUG: FileCurl::Close(0012B9F4) http://localhost/CMMServer/GetDetails.aspx?s=Apt pupil (1998) but when I try these url (http://localhost/CMMServer/GetDetails.aspx?s=Apt pupil (1998)) with Firefox I have : Code: <?xml version="1.0" encoding="utf-8"?> |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 81 |
2009-08-26 17:13
Post: #33
firefox accepts broken url's, we do not by the looks of it. spaces is not valid in urls (needs to be %20). either replace in the scraper, or have your server output a url safe version in addition
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 |
small_frenchy
Junior Member Posts: 32 Joined: Jun 2009 Reputation: 0 |
2009-08-26 17:29
Post: #34
Finally it works, very great thanks to you spiff... sorry to waste your time... Now I can finish my project !
When it will be usable I will let it find his way thru users of XBMC if they wants a tool to unify scraping on a computer of their LAN... Thanks a lot again |
| find quote |

thanks for your help.
Search
Help