How to parse this weird html ?

Mattia Fanti 356 Reputation points
2022-10-03T18:40:51.09+00:00

HI, I'm trying to parse some values from a web page using http webrequest but the html code is really really weird to me..
I'm trying to help my self with an old question using html agility pack but this time the html is quite difficult to parse the values.
I'm trying to get the live results from tennis matches and the name of their relatives players who are playing from a web sport page.

Is that possible to parse it something like this ?

[players]     [sets]   [score]  
    player 1    1      15  
        vs  
    player 2    5      30  
         etc   

Hope I 'm clear. Feel free to ask me any other information.
Thanks

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,580 questions
0 comments No comments
{count} votes