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

@ -57,6 +57,16 @@ services:
tags:
- { name: wallabag_import.import, alias: readability }
wallabag_import.instapaper.import:
class: Wallabag\ImportBundle\Import\InstapaperImport
arguments:
- "@doctrine.orm.entity_manager"
- "@wallabag_core.content_proxy"
calls:
- [ setLogger, [ "@logger" ]]
tags:
- { name: wallabag_import.import, alias: instapaper }
wallabag_import.firefox.import:
class: Wallabag\ImportBundle\Import\FirefoxImport
arguments: