I'm having trouble downloading a flash video, as traditional download software isn't working.
I attempted to directly access the video from the html script itself, following this tutorial : https://www.youtube.com/watch?v=waE3J0Jej_0
The script I came across was :
<video controls="controls" style="max-width: 100%; display: block;" id="webinar_video" src="https://dpavupnx8si6b.cloudfront.net/ckeditor/attachment_files/data/000/000/086/original/beyond_20the_20basics-_20understanding_20the_20simple_20vs_20detailed_20piping_20option_20in_20xist-hd.mp4?Expires=1503537263&Signature=Sb7SXPWaWa0Ul9Qr2BxliqUe0qy5cA7rYCo7c6x2uS1yxph~kCoKcd1ulu0u2VChXHP1WeiTEoJ~1bcCxFMFI-fuEkOeXYQrJ3PDKyxyxldQyMQ8dSf7nS1NfMoCrjXLawTKGDMyd9EYnj2~pye0C8P9Pj4jtoQUB0ry8JyuwKu5S-GIyHYN8aGH8OwVxNYXc~Lr2hpouY98sKzaDdfguRJhEatLs6yabnlY-l5HyzM4pt0vSyjt4qFTYk9yTnI9OEg617ddzgGg0d~DkPDhxcBVEVlx5nll4AfJrJOUzWzSv1x6bJ5LHpvwDH2xmEfLsmFdimioE5ibasJFYPryIA__&Key-Pair-Id=APKAIQMXO5CQM37BVBXA"></video>
So I copied this part:
And pasted it into a new Chrome window But unfortunately, it didn't work (see image below) :
<Error>
<Code> MissingKey </Code>
<Message> Missing Key-Pair-Id query parameter or cookie value </Message>
</Error>