i using Feeds Spider for Fetching a list of Url , with regular link i don't have any problem and it's work prefect!

My problem is with url like this "/test/test.txt" it's usign Base-URI . Feeds Spider Can't Fetch Url.

I Used This Xpath concat('http://domain.com/', .//*[@id='main']/table/tbody/tr[4]/td[3]/a/@href) This not work.

i tried other things none of this not working:

//td[@class='title']/a/resolve-uri(@href)

Comments

aalireza’s picture

Issue summary: View changes