Add Instapaper import

Also update ImportController with latest import (chrome, firefox & instapaper).
This commit is contained in:
Jeremy Benoist
2016-09-27 07:57:53 +02:00
committed by Nicolas Lœuillet
parent 55345331c4
commit ff1a5362f7
13 changed files with 547 additions and 5 deletions

View File

@ -106,6 +106,10 @@ abstract class AbstractImport implements ImportInterface
$i = 1;
foreach ($entries as $importedEntry) {
if ($this->markAsRead) {
$importedEntry = $this->setEntryAsRead($importedEntry);
}
$entry = $this->parseEntry($importedEntry);
if (null === $entry) {