fix error propigating when unable to download feed item
This commit is contained in:
parent
db83cc82d6
commit
b51dffa46d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue