Feeda对RSS/Atom提要新条目的处理工具

qqregister49484 2 0 zip 2024-10-31 16:10:34

饲料feeda是一个CLI工具,用于对提要条目运行操作。提要更新被缓存,指定的操作只对自动检测到的新条目起作用。示例:打印新条目的标题:

./feeda.rb update http://example.com/feed -e 'puts title'

您也可以访问提要元素:

./feeda.rb update http://example.com/feed -e 'puts [feed.title, entry.title].join(\" - \")'

打印新条目的附件URL:

./feeda.rb update --all http://example.com/feed -e 'puts enclosure_url'

通过系统命令运行:

./feeda.rb update http://example.com/feed -e

用户评论
请输入评论内容
评分:
暂无评论