Problem get full contents of boygj.com in feed using Yahoo Pipes
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)
精彩评论