This link leads to an m3u8 file that I would like to obtain through a command terminal:
https://desktopsecurehls-vh.akamaihd.net/i/srch_universalmusic/music/,128,64,32,320,/1580779255/srch_universalmusic_00602508789052-INUM72000004.mp4.csmil/master.m3u8?hdnts=exp=1581043986~acl=*/srch_universalmusic/music/*/1580779255/srch_universalmusic_00602508789052-INUM72000004.mp4.csmil*~hmac=baed482be6c0b6ba362d6a102b55978e78971fc94db34e2071825d12a56223b4
However, if I omit everything after "master.m3u8" I get an "Access Denied" error as I'm missing the cookie to authenticate myself. What would I have to do on python to send a request to the file through a command terminal and receive a 200 response?