diff --git a/fanficdownloader/story.py b/fanficdownloader/story.py index f0eb30e..7def636 100644 --- a/fanficdownloader/story.py +++ b/fanficdownloader/story.py @@ -487,6 +487,8 @@ class Story(Configurable): if None in subjectset: subjectset.remove(None) + if '' in subjectset: + subjectset.remove('') return list(subjectset | set(self.getConfigList("extratags")))