I have been trying to get the links from these Match Pages with BeautifulSoup from the official website of UEFA (fig 1).
The picture above is just one <div class="mdsession matchBox innGrid_8 forappnode">
of those 2 shown in the picture below (fig 2). The only elements I can get are the <h3>
tags while the links are somewhere in the <table>
tags which don't appear in BeautifulSoup ( fig 3)
Any help would be much appreciated as I really need it for my final year project. Thank you