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"
|
feedProblem url "bad feed content; no enclosures to download"
|
||||||
next $ return True
|
next $ return True
|
||||||
l -> do
|
l -> do
|
||||||
|
showOutput
|
||||||
ok <- and <$> mapM (performDownload opts cache) l
|
ok <- and <$> mapM (performDownload opts cache) l
|
||||||
unless ok $
|
unless ok $
|
||||||
feedProblem url "problem downloading item"
|
feedProblem url "problem downloading item"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue