https://usborne.com/us/audio/cockatoos-on-a-cruise
I have yt-dlp but not sure what url to use. Obviously the webpage’s url doesn’t work. Any ideas?
https://usborne.com/us/audio/cockatoos-on-a-cruise
I have yt-dlp but not sure what url to use. Obviously the webpage’s url doesn’t work. Any ideas?
As the other comment said, if you inspect page html source (ctrl-U) and ctrl-F search for “mp3”, the URL of the embedded audio file is also right there in plaintext in the middle of javascript code, but it’s merely good fortune that the developer left it easily visible and not renamed or obfuscated in some way. Saving from the network tab works in more cases in general.
You don’t need to use yt-dlp to fetch files :D. It will let itself be used as wget, sure, but the browser is already capable of saving files - that’s it’s job! Paste the link into the address bar.