I have a bit of a complex question:
I have a CSS selector to find the name of a video. Sometimes I have videos with the same name but different dates, therefore different links. The only way I can tell the links apart is from the date at the top. The problem is when I inspect the elements, these videos are not part of the div element where the date is. They are completely separated. I was thinking can I just focus my mouse on the date, and make the selector pick the link only going in a Y axis (so up and down). Do you have any better ideas?

ps: From what I know the links are exactly the same, nothing to distinguish them from one another