Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with getText() and \n #2

Open
mike1985dev opened this issue May 2, 2022 · 2 comments
Open

Problem with getText() and \n #2

mike1985dev opened this issue May 2, 2022 · 2 comments

Comments

@mike1985dev
Copy link

Hi,
I get the Lyrics of a Song, but getText() ignores the \n and Print all in one Line...
e.g. 'This is a \n Test String.'
getText() gives
'This is a Test String.'

IT should do so:

'This is a
Test String.'

What can I do now?
Thx and thank you!

@normidar
Copy link

@mike1985dev
why don’t you use
?

@alvi-khan
Copy link

I believe this issue was addressed 6a7d63b. The commit adds a separator parameter to the getText method. The change is available in v0.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants