http://bugs.gpodder.org/show_bug.cgi?id=24
--- Comment #12 from Marco Villegas <[email protected]> 2009-03-11 02:57:44 --- thanks for the feedback! * save data: PodcastEpisode.from_feedparser_entry(), the method I changed is called only by PodcastChannel.update() (grep -nr from_feedparser_entry pathtogpodder/) ./src/gpodder/libpodcasts.py:232: episode = PodcastEpisode.from_feedparser_entry(entry, self) and I make a print on episode reading on Storage.__read_episodes(), that shows me lenght is saved. I think both saving and feedparsing are now working like it's expected(save on first read), please correct me if I'm wrong. * config option added :D -- Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
