New config option: "allow_empty_feeds" (bug 569)
commit3d939ed485602084e4d7aa3b0568cac4ce495135
authorThomas Perl <thp@thpinfo.com>
Sat, 12 Dec 2009 13:04:28 +0000 (12 14:04 +0100)
committerThomas Perl <thp@thpinfo.com>
Sat, 12 Dec 2009 13:04:28 +0000 (12 14:04 +0100)
tree7804078efeb72c663aadef4c90f05148768267da
parent17ae78b67099de60d6f340b877c75ab2d56b6cee
New config option: "allow_empty_feeds" (bug 569)

If this option is set to True, gPodder will accept feeds
that do not have any episodes listed. This is useful for
cases where podcasts do not have episodes throughout the
year, but will have new episodes eventually.

Thanks to Steve for reporting this bug in Bugzilla.
src/gpodder/api.py
src/gpodder/config.py
src/gpodder/gui.py
src/gpodder/model.py