Yahoo Pipe Tutorial- Convert RSS summary to RSS full feed

Not 100% sure on this, but I think these content sites run on different scripts and also have some kind of robot protection to stop people taking masses of content via automation. I think there are some scripts around BHW to bypass this but not sure if they work and how they integrate to autoblogs
 
Thanks for the prompt reply. here's an example feed i'm trying to fetch
HTML:
hxxp://www.goarticles.com/feeds/Insurance/popular.rss

and here's the full text

HTML:
hxxp://www.goarticles.com/cgi-bin/showa.cgi?C=2418911

Hope you could help me identify the unique characteristic of this type of feed. Thanks in advance.

Cut content from: <div class="article_text cm_filter"> to: </div> and this is your feed url:
Code:
feed://www.goarticles.com/feeds/Insurance/popular.rss
 
i'm using autoblogged, every time i want to take feed from yahoo pipe rss don't know why the article was not posted
It should work because I use Autoblogged with Pipes RSS and have little or no issues. One thing I noticed is if you change a pipe then it takes up to an hour sometimes to replicate and show the updated info in the Autoblogged feed viewer
 
Thank You for an excellent tutorial! I don't see much ever mentioned here about Y pipes, but I have been using it for almost a year on my auto blogs. Good stuff to know!
 
hey.i have a prob..why the post different from RSS feed:
e.g:

Straight to the Source Read the Report here . 1.A LANDMARK RULING: Animals fed on GM components ARE different 2.SUMMARY: Report on animals exposed to GM ingredients in animal feed NOTE: Even in the European Union where there is mandatory labelling of GM ingredients in food and feed, there is no mandatory labeling as yet of meat, dairy products or eggs from animals fed on GM feed (GM corn or soya, for example). Even though such labeling is favoured by consumers, and is justifiable purely in terms of transparency, the food industry has tried to make out that GM feed fed to animals makes no difference either to the animal or the final product.

Feed:

* Straight to the Source

Read the Report here.

1.A LANDMARK RULING: Animals fed on GM components ARE different

2.SUMMARY: Report on animals exposed to GM ingredients in animal feed

NOTE: Even in the European Union where there is mandatory labelling of GM ingredients in food and feed, there is no mandatory labeling as yet of meat, dairy products or eggs from animals fed on GM feed (GM corn or soya, for example).

Even though such labeling is favoured by consumers, and is justifiable purely in terms of transparency, the food industry has tried to make out that GM feed fed to animals makes no difference either to the animal or the final product.
 
Bucksgen, you gotta give me more to go on :) What is the feed url?
 
Wow awesome post! For whatever reason I just am confused as hell when It came to yahoo pipes. Great thread!
 
Hi Sean, thanks for great this tutorial!

I'd like to know how to use this method with autoblog via blogger, I mean using a direct email to post in blogger..

So the result of the yahoo pipes send to an email that directly will post it to blog (blogger)
 
Cut content from: <div class="article_text cm_filter"> to: </div> and this is your feed url:
Code:
feed://www.goarticles.com/feeds/Insurance/popular.rss
thanks men. i'll give it a try on the next day. i'm a bit dizzy right now.

Good tainted! :D
 
Can you add another function wherein you can translate the feed three times? Like an English feed will be translated Japanese --> French --> English.. Is this possible?
 
Thanks for sharing the tutorial. It's a shame you have to define the markers for the content though, since my RSS feeds are scraped from hundreds of different sites.
 
you can make it work with autoblogged ?

it posting to your site ?

mine only posting the meta post and not the content :(
Your pipe looks fine but make sure your using the RSS URL for your autoblog plugin. Make sure this is the url in Autoblogged:
Code:
feed://pipes.yahoo.com/pipes/pipe.run?_id=4250fc6e6d0cb1847d93688f74807c9d&_render=rss
 
you can make it work with autoblogged ?

it posting to your site ?

mine only posting the meta post and not the content :(

I use Pipes feeds in 5 of my blogs that use the Autoblogged plugin. And some sites use multiple feeds and no problem.
 
ok i got it to work but somehow it works only without regex value...it says preview failed when i enter the regex value and click on pipe output
i entered the following in th regex

<[/\]?[a]\s+[^>]*> in regex...plz help
 
Here is a link to an AP News feed I just created. This Pipe will strip any script tags, a href links, and div tags. So the output will be pure text with no ads. If you are having trouble with your own feeds, use this as an example.

Code:
http://pipes.yahoo.com/pipes/pipe.info?_id=9080e5040c92ecd1589e881fe77770eb
 
Back
Top