There is an HTML+Javascript page.On this page, videos are played with a video tag, but the URL of the video is set to the video tag by running javascript.
I would like to get the URL that will be set in this video tag.
How do I get the video url(mp4) generated by running javascript from the page URL using bash or PHP?
What I want to do is the image below.
$getmovieurl.sh http://aaa.com/aaa.html
It doesn't matter if it's related page information.I would appreciate it if you could let me know if you know.
javascript php html bash
I think it's better to check the scraping related things.
For example, the following article shows how to retrieve HTML after rendering using PhantomJS.
https://qiita.com/_RJ/items/de57cf2a7602b64ffed9
581 PHP ssh2_scp_send fails to send files as intended
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
611 GDB gets version error when attempting to debug with the Presense SDK (IDE)
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.