问题
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