Problem get full contents of boygj.com in feed using Yahoo Pipes

心不动则不痛 提交于 2019-12-24 20:25:30

问题


I've tried many times to get full contents of boygj.com in feed using Yahoo Pipes

In the pipes is:

  • Fetch feed http://boygj.com/rss.xml
  • Cut content from <div class="content"> to <div class="service-links">

...all those contents assigned to item.description.content

But the pipes always showing wrong cutting.

What happened and what is the solution?


回答1:


http://boygj.com/rss.xml is a RSS 2.0 feed, there is no div to cut.

Instead, use the Fetch Page module to get http://boygj.com and parse it with the YQL module (sample)



来源:https://stackoverflow.com/questions/3857573/problem-get-full-contents-of-boygj-com-in-feed-using-yahoo-pipes

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