Anonymous 01/15/2022 (Sat) 23:22 No.103 del
>>77
>I was able to find the index.m3u8 file, but I don't know how to figure out the URL for it programatically.
The devs at javhdporn.net have made it very difficult to inspect the underlying DOM and JS.
They're using some kind of devtools detector, and
it's not as easy to disable as it was in this other case:
https://coom.tech/index.php?title=Tricks#Download_Videos_From_Sites_That_Disable_Downloading

One heavy-handed approach to finding the index.m3u8 URL could be to use puppeteer to browse to the page and
click around while setting up some code to monitor network requests.
https://github.com/puppeteer/puppeteer
https://pptr.dev/#?product=Puppeteer&version=v13.0.1&show=api-class-httprequest