Add filter-author option to importer

Allow to import post from only one author when importing data
This commit is contained in:
Benjamin Port 2013-05-09 05:06:12 +02:00
commit cb650c1c99
2 changed files with 8 additions and 2 deletions

View file

@ -69,6 +69,7 @@ Optional arguments
(default: False)
--dir-page Put files recognised as pages in "pages/" sub-
directory (wordpress import only) (default: False)
--filter-author Import only post from the specified author.
--strip-raw Strip raw HTML code that can't be converted to markup
such as flash embeds or iframes (wordpress import
only) (default: False)