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
parent
ae22104831
commit
76b81a31ec
2
morss.py
2
morss.py
|
@ -461,7 +461,7 @@ def Gather(url, cachePath, options):
|
||||||
if 'clip' in options:
|
if 'clip' in options:
|
||||||
item.content = item.desc + "<br/><br/><center>* * *</center><br/><br/>" + item.content
|
item.content = item.desc + "<br/><br/><center>* * *</center><br/><br/>" + item.content
|
||||||
del item.desc
|
del item.desc
|
||||||
if 'alone' in options:
|
if 'keep' not in options:
|
||||||
del item.desc
|
del item.desc
|
||||||
|
|
||||||
log(len(rss.items))
|
log(len(rss.items))
|
||||||
|
|
Loading…
Reference in New Issue