本文介绍了问题使用Yahoo Pipes在feed中获取boygj.com的全部内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经尝试过多次使用Yahoo Pipes在feed中获取boygj.com
的完整内容
I've tried many times to get full contents of boygj.com
in feed using Yahoo Pipes
在管道中是:
- 获取提要
http://boygj.com/rss.xml
- 将内容从
<div class="content">
剪切为<div class="service-links">
- Fetch feed
http://boygj.com/rss.xml
- Cut content from
<div class="content">
to<div class="service-links">
...所有分配给item.description.content
但是管道总是显示错误的切割.
But the pipes always showing wrong cutting.
发生了什么,怎么解决?
What happened and what is the solution?
推荐答案
http://boygj.com/rss.xml
是RSS 2.0提要,没有要剪切的div
.
http://boygj.com/rss.xml
is a RSS 2.0 feed, there is no div
to cut.
相反,使用Fetch Page模块获取http://boygj.com
并将其与YQL模块进行解析(样本)
Instead, use the Fetch Page module to get http://boygj.com
and parse it with the YQL module (sample)
这篇关于问题使用Yahoo Pipes在feed中获取boygj.com的全部内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!