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

狂风中的少年 提交于 2020-01-03 05:43:12

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!