问题
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:
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.
来源:https://stackoverflow.com/questions/4856535/remove-or-replace-all-hyperlinks-from-an-rss-feed-probably-with-yahoo-pipes