aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/AbstractImport.php
Commit message (Collapse)AuthorAgeFilesLines
* Some cleanup & refactorJeremy Benoist2016-09-111-3/+39
|
* Convert other imports to RabbitJeremy Benoist2016-09-111-0/+83
|
* Avoid breaking import when fetching failJeremy Benoist2016-08-201-0/+47
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.