diff --git a/morss.py b/morss.py index f85b7b8..075fce7 100644 --- a/morss.py +++ b/morss.py @@ -461,7 +461,7 @@ def Gather(url, cachePath, options): if 'clip' in options: item.content = item.desc + "

* * *


" + item.content del item.desc - if 'alone' in options: + if 'keep' not in options: del item.desc log(len(rss.items))