ive seen some yahoo pipes that would, e.g., allow to extract a feed from twitter, remove the hyperlink (so just the anchor text will stay) or edit another URL into it automatically.
The question is: How can this be done with any feed (removing all clickable links while leaving the rest unchanged), not just with twitter?
Thanks,
tellio.
We need 2 modules.
Fetch Feed
andRegex
. You can find them from left panel. Drag them to right area. Hook them as I did. InFetch Feed
module put your RSS that will be formatted by Pipe. InRegex
module-
chooseItem link
.replace
will be.*
. Leavewith
empty. At last save it.