Scrape a Embedded video links from a Movie Site

Wrath Of God

Senior Member
Joined
Sep 3, 2019
Messages
1,019
Reaction score
515
Hi BHW,

I would to like to scrape embedded links from a movie site. Using Webscraper chrom extension I am able to scrape all the URLs, and other data.

Unfortunately the webscraper extension cannot scrape the embedded links.

Is there any way or tool which I can use which will scrape all the URLs of the site and scrape embedded ( verystream) video links .?

So that I can use those embedded links to remote upload videos to my account.

Any input will be highly appreciated..

Thank you
 
Im also curious, have you found a solution mate?
 
Try using inspect feature in chrome Dev tool
Thanks a lot for your response...But we have a chrome extension which grabs the embedded link from each site instead of the Chrome Dev tool... but I need to visit all pages manually to do it... So I am looking for some ways which can bypass this action.
 
I think links are generated programmatically ,and will require js engine for parsing.use headless selenium to scrape,I am sure it will work then.
 
I think links are generated programmatically ,and will require js engine for parsing.use headless selenium to scrape,I am sure it will work then.
Wow...thats a piece of great information... I will definitely check on this...
 
Back
Top