Result in one line

Hello everyone, first time here I was searching the forum but I could not find anything similar (except to group my result).
I want to make scrapper to get me all matches for next day in one line. I made scrapper but results are mixed (that is not a big problem) and they are all in separate line. So could use some help, I found out that "span.middle" will give me home - away team but it will also add "'?" marks for score (i know i can get ride of them easily) but was wondering is there any other way.

Url: https://www.livescore.com/en

Sitemap:
{"_id":"livescore","startUrl":["https://www.livescore.com/en/"],"selectors":[{"id":"tmrw-matches","type":"SelectorLink","parentSelectors":["_root"],"selector":"a[data-testid='match-calendar-link-4']","multiple":false,"delay":0},{"id":"home-team","type":"SelectorText","parentSelectors":["tmrw-matches"],"selector":"span.home","multiple":true,"regex":"","delay":0},{"id":"home","type":"SelectorText","parentSelectors":["home-team"],"selector":"div.LiveRow-w0tngo-0:nth-of-type(2) span.home","multiple":false,"regex":"","delay":0},{"id":"away","type":"SelectorText","parentSelectors":["home-team"],"selector":"div.LiveRow-w0tngo-0:nth-of-type(2) span.away","multiple":false,"regex":"","delay":0},{"id":"away-team","type":"SelectorText","parentSelectors":["tmrw-matches"],"selector":"span.away","multiple":true,"regex":"","delay":0}]}