On Chrome, when I hit Inspect > Network I see the .mp4 file I want.
When I double click the .mp4 file, it opens a separate page where the video starts playing.
How exactly do I download this video using Selenium?
The HTML for the second page:
<html>
<head>
<meta name="viewport" content="width=device-width">
<input type="hidden" id="_w_tusk">
<script type="text/javascript" src="chrome-extension://dbjbempljhcmhlfpfacalomonjpalpko/scripts/inspector.js"></script>
<script src="chrome-extension://mooikfkahbdckldjjndioackbalphokd/assets/prompt.js"></script>
<body class="vsc-initialized" style="">
<div class="vsc-controller">
</div><video controls="" autoplay="" name="media">
<source src="https://download2.redactednetwork.com/597ef6c3a6d902ab173bc6ee77ba69d0/61c6d548/stream/V14728/V14728_vids/V14728_full_h264_1500.mp4" type="video/mp4">
</video>
<span id="copylAddress" style="display: inline-block; position: absolute; left: -9999em;"></span>
</body>