]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Avoid breaking import when fetching fail 2224/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 19 Aug 2016 21:52:19 +0000 (23:52 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 19 Aug 2016 23:17:26 +0000 (01:17 +0200)
graby will throw an Exception in some case (like a bad url, a restricted url or a secured pdf).

Import doesn't handle that case and break the whole import.
With that commit the import isn't stopped but the entry is just skipped.

Also, as a  bonus, I've added extra test on WallabagImportV2 when the json is empty.


No differences found