forked from wallabag/wallabag
Add Instapaper to CLI import
This commit is contained in:
@ -50,6 +50,9 @@ class ImportCommand extends ContainerAwareCommand
|
|||||||
case 'chrome':
|
case 'chrome':
|
||||||
$wallabag = $this->getContainer()->get('wallabag_import.chrome.import');
|
$wallabag = $this->getContainer()->get('wallabag_import.chrome.import');
|
||||||
break;
|
break;
|
||||||
|
case 'instapaper':
|
||||||
|
$wallabag = $this->getContainer()->get('wallabag_import.instapaper.import');
|
||||||
|
break;
|
||||||
case 'v1':
|
case 'v1':
|
||||||
default:
|
default:
|
||||||
$wallabag = $this->getContainer()->get('wallabag_import.wallabag_v1.import');
|
$wallabag = $this->getContainer()->get('wallabag_import.wallabag_v1.import');
|
||||||
|
|||||||
Reference in New Issue
Block a user