How did you scrape the video src links #852
-
I tried to look at the code and was confused because the video src links are blob links and you cant actually use them right ? So how did you get the original video src links |
Beta Was this translation helpful? Give feedback.
Answered by
justchokingaround
Aug 1, 2022
Replies: 1 comment 1 reply
-
you have to go to inspect tools -> network, and then look through the requests being made, then reverse engineer the process and implement it with curl, i suggest you take a look at https://github.com/Blatzar/scraping-tutorial/ if you're interested to learn more about how it's actually done |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yashkathe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you have to go to inspect tools -> network, and then look through the requests being made, then reverse engineer the process and implement it with curl, i suggest you take a look at https://github.com/Blatzar/scraping-tutorial/ if you're interested to learn more about how it's actually done