K
K
Kash_Tan2022-04-07 20:45:34
Python
Kash_Tan, 2022-04-07 20:45:34

Is it possible to download a video from a blob link without frills like m3u8?

For example, I parse a video from VK and there is such

link
blob:https://vk.com/ and continued.


Is it somehow possible with the python library to get the link to the video/get the video itself?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Leonid, 2022-04-07
@bravebug

1) specifically from this link, it seems to me not. Probably the real link to the video is dynamically replaced by scripts and this information can be found on the page or you can understand the algorithm for generating a link to the video.
2) m3u8 is a playlist file. I don't know where you get it from, but it doesn't hurt to parse the links in it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question