Quote:
Originally Posted by rjchew
Is there anyway I can modify different feeds within the same recipe? So I can make the 'keep_only_tags' for the Spectator blog not affect the other feeds?
|
It's my understanding that 'keep_only_tags' is applied at a very early processing stage, so you can't make them apply to only one feed. However, you can process the feeds separately with Beautiful Soup and use extract() to keep the tags of interest. Another option would be to remove the tags not of interest. If you define the tags to be removed carefully, you may be able to leave the tags you want in multiple feeds.