The RSS feed of a website gives only the link to the particular entry, to read which I have to open my web browser and go to the link. My aim is to use Yahoo! Pipes to retrieve this link from the feed, download the page and read it in my RSS reader newsbeuter.
I use the "Fetch Feed" module and link it to the "Sub-element" module and then isolate the link using "item.link"
The problem I now face is that how to pipe the output of the "sub-element" module to any module which will allow me to download the associated webpage. I tried the "URL builder", "string builder" among others but I couldn't find a module which would accept the output of the "sub-element" module and then by itself or via an other module download the associated webpage.
How can I accomplish this?