Remove (or replace) all hyperlinks from an RSS feed? (probably with yahoo pipes)

2k Views Asked by At

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.

1

There are 1 best solutions below

2
On BEST ANSWER

http://img248.imageshack.us/img248/8501/pipeexample.jpg We need 2 modules. Fetch Feed and Regex. You can find them from left panel. Drag them to right area. Hook them as I did. In Fetch Feed module put your RSS that will be formatted by Pipe. In Regex module - choose Item link. replace will be .*. Leave with empty. At last save it.