diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs index 23ea75e137..e6912e20e8 100644 --- a/Command/ImportFeed.hs +++ b/Command/ImportFeed.hs @@ -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"