V
V
vladimir_monomarch2018-05-22 07:36:59
Python
vladimir_monomarch, 2018-05-22 07:36:59

How to get a link from a site?

There are video streaming sites. I'm trying to parse it with python to find a link to a video in m3u8 format. However, when I open the source code of the page, there are no such links. But if I go to the "network monitor" browser and type in m3u8 in the "url search" window, then links immediately appear. How can these links be pulled out by python?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Spirin, 2018-05-22
@vladimir_monomarch

The Ajax request for the link comes after the page has loaded.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question