Tagged Questions
4
votes
1answer
765 views
Using Yahoo! Pipes to download a web page given the URL isolated from an RSS feed
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 ...
1
vote
1answer
783 views
Y! Pipes: Fetch multiple feeds, after using string replace on Feed URL?
Here's what I'm trying to do:
I have a private or user defined string.
I would like to define a list of URLs, such as:
http://example.com/?item={REPLACE_ME}
http://example.net/?item={REPLACE_ME}
...