:proxy implies :keep
This commit is contained in:
parent
9b911213b6
commit
95d9d847e9
@ -466,7 +466,7 @@ def After(rss, options):
|
||||
item.content = item.desc + "<br/><br/><center>* * *</center><br/><br/>" + item.content
|
||||
del item.desc
|
||||
|
||||
if not options.keep:
|
||||
if not options.keep and not options.proxy:
|
||||
del item.desc
|
||||
|
||||
if options.nolink and item.content:
|
||||
|
Loading…
x
Reference in New Issue
Block a user