Posts: 136
Joined: Mar 2009
Reputation:
0
Is it possible to fetch the url when GetDetails ist running?
GetSearchResults just forwards the content of the html file to GetDetails doesnt it.
But im interested which page it actualy forwarded because there are a lot of relative paths in the html file.
Is it possible?
Posts: 12,706
Joined: Nov 2003
Reputation:
129
spiff
Team-Kodi Member
Posts: 12,706
uhm, you can chain to a diff function in all functions except CreateSearchUrl and GetSearchResults. what you ask don't make one bit of sense to me, so you probably should try to explain it a bit more verbosely.
Posts: 136
Joined: Mar 2009
Reputation:
0
When I parse the html file in GetDetails I only get the relative path of the images.
../image1.jpg
The problem is the absolute path differs every time and so I need the url of the absolute path.
Posts: 12,706
Joined: Nov 2003
Reputation:
129
spiff
Team-Kodi Member
Posts: 12,706
if you pass a single html page, the url of that page is available as $$3.
Posts: 136
Joined: Mar 2009
Reputation:
0
2010-01-28, 16:34
(This post was last modified: 2010-01-28, 17:03 by flobbes.)
Could't find this information anywhere.
Thanks alot!
Posts: 369
Joined: Nov 2006
Reputation:
0
scraperxml editor actually shows you a list of buffer contents at the start of the function now in the new Function Creator Node