开发者

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

开发者 https://www.devze.com 2023-01-18 21:20 出处:网络
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

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 soluti开发者_如何转开发on?


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)

0

精彩评论

暂无评论...
验证码 换一张
取 消