Add Readability import

Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016)
This commit is contained in:
Jeremy Benoist
2016-09-01 08:00:30 +02:00
parent cdd3010b47
commit 03e3753f6b
6 changed files with 328 additions and 0 deletions

View File

@ -43,3 +43,13 @@ services:
- [ setLogger, [ "@logger" ]]
tags:
- { name: wallabag_import.import, alias: wallabag_v2 }
wallabag_import.readability.import:
class: Wallabag\ImportBundle\Import\ReadabilityImport
arguments:
- "@doctrine.orm.entity_manager"
- "@wallabag_core.content_proxy"
calls:
- [ setLogger, [ "@logger" ]]
tags:
- { name: wallabag_import.import, alias: readability }