Can i do this with Hype?

I want to make an education app. I’m wondering if i can do it with hype !.

I have serval courses. Each course have 10 videos. I want to let the user choose which course and then download
the videos so that the app works offline. I want a progress bar to show when the files are downloading.

I’ve searched for an example that download a video but i cannot find any.

Is this possible with hype or should i use something else ???

<a href="path_to_file" download="proposed_file_name">Download</a>