fix error propigating when unable to download feed item

This commit is contained in:
Joey Hess 2013-09-03 14:39:07 -04:00
parent db83cc82d6
commit b51dffa46d

View file

@ -54,7 +54,7 @@ perform relaxed cache url = do
<$> mapM (downloadEnclosure relaxed cache) l
unless ok $
feedProblem url "problem downloading item"
next $ cleanup url ok
next $ cleanup url True
_ -> do
feedProblem url "bad feed content"
next $ return True