Oh, and it looks like the feed API may not be used to save anything; Google's API ToS [1] document has the following text:
Unless expressly permitted by the content owner
or by applicable law, you agree that you will
not, and will not permit your end users to, do
the following with content returned from the APIs:
* Scrape, build databases or otherwise create
permanent copies of such content, or keep cached
copies longer than permitted by the cache header;
* Copy, translate, modify, create a derivative
work of, sell, lease, lend, convey, distribute,
publicly display or sublicense to any third party;
* Misrepresent the source or ownership; or
* Remove, obscure, or alter any copyright,
trademark or other proprietary rights notices,
falsify or delete any author attributions, legal
notices or other labels of the origin or source
of material.
The first two bullet points are the ones that apply. You can't use the feed API to fetch a bunch of feeds and make them available through an app, for example.
[1] https://developers.google.com/terms/