Add :emtpy to remove all items
This is completely useless...
This commit is contained in:
parent
ecfda1d05a
commit
ad2673f474
@ -674,6 +674,10 @@ def After(rss, options):
|
||||
del item.desc
|
||||
del item.content
|
||||
|
||||
if options.empty:
|
||||
item.remove()
|
||||
continue
|
||||
|
||||
if options.search:
|
||||
if options.search not in item.title:
|
||||
item.remove()
|
||||
|
Loading…
x
Reference in New Issue
Block a user