Hello friends, I am interested in extracting the link of a video that is in M3U8 format. However, I want to do it with PHP. As you may know, if you fetch the HTML and get the src of the player, it will be a blob that cannot be used to extract the video. Nevertheless, if you open the network section in developer mode, it will show you the location of the M3U8 or HLS file. My question is, how can I extract it using PHP?