I'm trying to find and download a m3u8 file from a given website URL. How would I would I do this? I've looked into the page source and couldn't find any links to any m3u8 files, though I could see a network GET request being sent to download a m3u8 file in Chrome's dev tool network tab.
So anyone know how to detect a URL linking to a m3u8 file from a given website URL and how to download it?