Jul 22
尽管Tiny Tiny RSS可以搞定大部分网站的RSS全文问题,仍有部分不能搞定,这时就可以使用Yahoo Pipes来获取全文。
1.在 Yahoo Pipes 里新建一个 pipe
拖入一个 Fetch Feed 模块,输入网站的 rss 地址
拖入一个 Loop 模块,与 Fetch Feed 连接
2.拖一个 Fetch Page 模块进入 Loop
设置 URL 为 item.link
读取内容从 div class=”EntryBody” 到 /div
指定所有结果为 item.temp
3.拖入一个 Rename 模块,与 Loop 连接
将 item.temp.0.content 重命名为 content:encoded
4.将 Rename 连接到 Pipe Out,保存
主要的流程图如下:
Recent Comments