Drop desc by default

Arguably the reason is that users tend to believe the program does nothing, cause Firefox (and others?) only shows the description in the feed preview. The "keep" parameter keeps the description in place.
master
pictuga 2013-10-02 12:06:14 +02:00
parent ae22104831
commit 76b81a31ec
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ def Gather(url, cachePath, options):
if 'clip' in options:
item.content = item.desc + "<br/><br/><center>* * *</center><br/><br/>" + item.content
del item.desc
if 'alone' in options:
if 'keep' not in options:
del item.desc
log(len(rss.items))