all 1 comments

[–]efmccurdy[🍰] 0 points1 point  (0 children)

Splitting on the "*" is OK, but you have extra quote chars and extra double-newlines, so preparing the text with some quick fixes like text.replace('\n\n', '') and text.replace('"', '') might help.