wget http://cdnakmi.kaltura.com/p/{PARTNER_ID}/mp4/entry_id/{KALTURA_ID}/file_name/name --spider --server-response -O - 2>&1 | sed -ne '/Content-Length:/{s/.*: //;p}'
I am using the above comment to fetch the video size from terminal. Is there a way by which I can get the video size for different resolutions of the same video?