add missing newline between importfeed and subsequent addurl
got lost when wget was eliminated
This commit is contained in:
parent
491c3aa4ab
commit
b4a2bcaf4c
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ perform opts cache url = do
|
|||
feedProblem url "bad feed content; no enclosures to download"
|
||||
next $ return True
|
||||
l -> do
|
||||
showOutput
|
||||
ok <- and <$> mapM (performDownload opts cache) l
|
||||
unless ok $
|
||||
feedProblem url "problem downloading item"
|
||||
|
|
Loading…
Reference in a new issue