I am currently working on a Python script to automate the process of downloading English audio files from a specific website.
When I click on the play button, the audio file starts to load and play, but I am unsure how to capture and download the file in real-time without any knowledge of JavaScript.
The website link is:
For instance, clicking on the first play button initiates this URL:
<button data-id="OPENSUBTITLES-2018.EN-IT_13515521" class="voice icon
stopped" title="Pronuncia" data-lang="en"></button>
This URL loads the following audio content:
If I manually copy and paste this URL into the browser, I can download the audio file myself. However, my goal is to automate this downloading process using a script.
Your assistance will be greatly appreciated. Thank you!