views:

17

answers:

1

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?

A: 

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)

Mauricio Scheffer