Remove apparent limit

Cause no longer works, cause of all-bool args introduced earlier
master
pictuga 2014-05-22 22:52:49 +02:00
parent 11923e0a6d
commit 364fbc4ba6
1 changed files with 0 additions and 4 deletions

View File

@ -615,10 +615,6 @@ def Gather(rss, url, cache, options):
def After(rss, options):
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 options.clip: