Remove apparent limit
Cause no longer works, cause of all-bool args introduced earliermaster
parent
11923e0a6d
commit
364fbc4ba6
|
@ -615,10 +615,6 @@ def Gather(rss, url, cache, options):
|
||||||
|
|
||||||
def After(rss, options):
|
def After(rss, options):
|
||||||
for i, item in enumerate(rss.items):
|
for i, item in enumerate(rss.items):
|
||||||
if 'al' in options:
|
|
||||||
if i+1 > int(options.al):
|
|
||||||
item.remove()
|
|
||||||
continue
|
|
||||||
|
|
||||||
if item.desc and item.content:
|
if item.desc and item.content:
|
||||||
if options.clip:
|
if options.clip:
|
||||||
|
|
Loading…
Reference in New Issue