Thu, 20 Mar 2008 11:18:51 +0100 <thp@perli.net>
commit29080e618b1abdf39f67b2a1503226369e32865c
authorThomas Perl <thp@perli.net>
Thu, 20 Mar 2008 10:20:41 +0000 (20 10:20 +0000)
committerThomas Perl <thp@perli.net>
Thu, 20 Mar 2008 10:20:41 +0000 (20 10:20 +0000)
treee8a07b0760df657551bef29c36a8edc990b2f226
parent7fef31c0f178e0e53c199d4efd73f4fb287e3499
Thu, 20 Mar 2008 11:18:51 +0100 <thp@perli.net>
Add option to limit the maximum number of episodes per feed

* src/gpodder/config.py: Add "max_episodes_per_feed" configuration
option (int, defaults to 200) that determines the maximum number of
episodes that are parsed per channel/feed; if there are more episodes,
they are ignored. This value can be adjusted via the extended
configuration editor if you need more episodes
* src/gpodder/libpodcasts.py: Add support for the
max_episodes_per_feed configuration option above

git-svn-id: svn://svn.berlios.de/gpodder/trunk@623 b0d088ad-0a06-0410-aad2-9ed5178a7e87
ChangeLog
src/gpodder/config.py
src/gpodder/libpodcasts.py