Thread: Combined Feeds
View Single Post
Old 12-10-2010, 10:15 AM   #3
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by mean_gene View Post
So I'm thinking I could use parse_feeds to loop through all articles looking for the feed title and move them (append and delete) to the other title.

Something like this (modified form the reusable code section)...
Any thoughts?
The problem with trying to get the "latest news from fox, cnn, etc" all into one recipe usually has nothing to do with sorting the articles (you've already found the tools in the reusable code section that can do that.) It has to do with the fact that 1) different sites organize the article pages differently, so you need to process them with different code to extract the content you want and remove the unwanted junk, and 2) the latest news from multiple sites tends to be the same "latest news"
Starson17 is offline   Reply With Quote