diff --git a/lib/WPImport.py b/lib/WPImport.py index 2740011..d6696e5 100644 --- a/lib/WPImport.py +++ b/lib/WPImport.py @@ -170,7 +170,7 @@ class WPimport: if len(split_paragraph) == 1: split_paragraph = str(paragraph).split("
") self._logger.info("{0} get paragraph splitted : {1}".format(self._name, split_paragraph)) - if len(split_paragraph) > 0: + if len(split_paragraph) > 1: author = split_paragraph[1].split(":")[1].replace(" ", "").lower() return author