:proxy implies :keep

master
pictuga 2015-08-29 17:48:07 +02:00
parent 9b911213b6
commit 95d9d847e9
1 changed files with 1 additions and 1 deletions

View File

@ -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: