WmZilla - Webmaster and Marketplace

The Next Generation Webmaster and Trade Forum

How to automate video downloads in blob fields?

paidz

New member

0

0%

Status

Offline

Posts

41

Likes

0

Rep

0

Bits

210

3

Months of Service

0%
Hey guys, I'm working on a website using Laravel and I want to download a video from another website based on a URL where the video's source is in a blob field.

If you go to that website and right-click -> inspect -> network, you can access the .m3u8 files where the video link is. But how can I get this link using Laravel?

I've tried making an HTTP request to that link and looking in the response data (the HTML, headers...) but no luck. (I think it's because these files are generated with a JavaScript request on that website, and if you're not on that website it doesn't get generated, though I'm not entirely sure and it's not that relevant either).

So, does anyone know how to get the video (or the files with the links, or the links... something that allows me to download the video) from my website? If it can be done with Laravel, great, but if you know how in another language, that also helps.
 

249

6,622

6,642

Top