Python Forum

Full Version: M4S file extensin in Streaming video. How to download and use in Python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was watching a movie on hotstar and decided to download that movie. I will use Python to do that. But for that I need the video URL. I inspected the page and came to know that it has segmented streaming file.

The requested URL that I have highlighted in the picture is:

https://hses1.hotstar.com/videos/movies/...g-1306.m4s

It has a .m4s extension. How to read that file? Or how to work with it using Python?