1

I'm trying to download this video from JoVE; to do so I used the developer tools (Network --> Media), but, when I play the video, no information are available there.

enter image description here

How can I download it without using a software to record the screen?

1 Answers1

0

Jove uses m3u8 for video. And luckily, URL for the key file to decrypt ts video flow is included in that m3u8.

As a result, you could grab that thing in DevTool's Network panel, and download it with any m3u8 downloaders.(Personally I prefer yt-dlp)

Jove's m3u8 file