Multiple fixes

Update translations
This commit is contained in:
BasioMeusPuga
2019-01-28 02:28:43 +05:30
parent 96f4d9193a
commit 470fc1078f
12 changed files with 1578 additions and 702 deletions

View File

@@ -108,7 +108,7 @@ class FB2:
image_name = i.get('id')
image_path = os.path.join(temp_dir, image_name)
image_string = f'<image l:href="#{image_name}"'
replacement_string = f'<img src=\"{image_path}\"'
replacement_string = f'<p></p><img src=\"{image_path}\"'
for j in self.book['book_list']:
j[1] = j[1].replace(