I have a video URL (https://www.time4education.com/my/videotest.php?videoid=a7df487a87424bf3b4a6c6768fe96c78) extracted from chrome's Developer's tools.
UPDATE:- the video address is blob file but i couldn't find any m3u8 file,however there is a .mpd file( as per other stack answers)
This URL is only accessible until I login in other words if I directly try to access this, it needs to authenticate and then view this.
Now my problem is that I want to download this video either through a python script or any other way ( youtube-dl).
Note:- Previous answers on stack didn't solve my problem. How to download video from any website Download from sites that require a login using ffmpeg How do we download a blob url video