Hi, I know the manual method for downloading an encrypted AES hls video by finding the key in decrypt function, its very complicated manual process, and also automating is super painful.
Was there any other script that i can use?

Hint:
My encrypted .m3u8 playlist look like this
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:2
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-KEY:METHOD=AES-128,URI="k/timestamp",IV=0x496daa1c6914000e408c65cead91fc29
#EXTINF:2.016000,
hls_audio_000.ts
#EXTINF:1.984000,
hls_audio_001.ts

audio and video seperately.