Remove end of line

main
Bob Mottram 2023-08-17 15:04:20 +01:00
parent da43ac7d0a
commit a916915d20
1 changed files with 1 additions and 0 deletions

View File

@ -776,6 +776,7 @@ def _xml2str_to_dict(base_dir: str, domain: str, xml_str: str,
title = unescaped_text(title)
title = remove_script(title, None, None, None)
title = remove_html(title)
title = title.replace('\n', '')
description = ''
if '<description>' in rss_item and '</description>' in rss_item: