Updated the DOM parser logic to treat an empty separator as a signal to use the entire string rather than attempting to split it. Previously, an empty separator could lead to unexpected behavior in certain string processing scenarios. By falling back to a dummy string that is assumed not to exist in the input, we ensure the scrobbler correctly preserves track, artist, and album text when no splitting is desired.

Prevent unintended string splitting when an empty separator is configured - zhengqunkoo/webpage-scrobbler