I need to get the video link from a web page. I click on inspect element and go to Network tab, and I see a link I need to get... But how can I access this link trough python?
this is the situation: https://i.stack.imgur.com/qH26K.jpg
the link is positioned in the header:
https://i.stack.imgur.com/2XtUM.jpg
I need only link, I don't need to download the video.
What would be the best path to go? Maybe Selenium?