Posts: 209
Joined: Oct 2008
Reputation:
0
jelockwood,
I am looking forward to testing your scraper out. I have been following this thread since Oct. I have found many of the DVD's on IMDB don't have coverart, where as Amazon does, as well as missing dvd information. I appreciate all your efforts, and I am looking forward to testing this out.
Advice on Hardware
PC-LUXA2
CPU-AMD Phenom II X6 1100T
RAM-12GB
Video Card-AMD Radeon HD 6800
OS-Win7 32bit - Kodi - 14.0 Helix
SKIN - Aeon MQ 5
Keyboard - DiNovo Mini
-Semper Fi
gyrene2083
Posts: 12,706
Joined: Nov 2003
Reputation:
129
spiff
Team-Kodi Member
Posts: 12,706
both are now sitting in svn (r16563). cheers again!
Posts: 113
Joined: Mar 2008
Reputation:
0
I just tried using the Amazon scrapers I mostly wrote for the first time for several weeks, and damn they don't work any more for me.
Currently neither is finding any results (so it is not simply an issue of scraping info from a selected result). This was the original problem that I had (constructing a correct query in the scraper, and then getting/showing the list of results). This was originally solved by C-Quel generously providing his original Amazon scraper effort which I then finished off.
Could anyone else confirm whether the Amazon scrapers (either US or UK) are currently still working for them, and if so what DVD title they used successfully.
If on the other hand, other users confirm it is broken, would anyone be able to assist in diagnosing it?
What held me up last time, is that I could not (without a LAN packet sniffer) see what request the scraper sent out, and what result it got back from Amazon and then be able to see how far it got. Once I got past this and moved on to scraping the film info, this could be easily tested by seeing how many fields successfully returned results.
Posts: 1,473
Joined: Aug 2004
Reputation:
3
C-Quel
Retired Team-Kodi Member
Posts: 1,473
Try this...
change Get SearchResults from
imageColumn"[^:]*a href="([^"]*)"[^:]*[^>]*alt="([^"]*)"
productTitle"><a href="([^"]*)"> ([^<]*)</a>
or properly formatted
productTitle"><a href="([^"]*)"> ([^<]*)</a>
might not be perfect as i simply glanced at amazon no tools to hand.
Posts: 12,706
Joined: Nov 2003
Reputation:
129
spiff
Team-Kodi Member
Posts: 12,706
both scrapers disabled in svn