简体   繁体   English

javascript内容如何抓取本站内容不丢失

[英]How can I grab this website content without losing javascript content

I want to download this website Abd i tried idm and httrack but didn't work for javascript content http://websdr.uk:8074/ Anyone can help me to download this frequency streaming content,我想下载这个网站 Abd 我试过 idm 和 httrack 但对 javascript 内容无效 http://websdr.uk:8074/任何人都可以帮我下载这个频率流媒体内容,

Thank you谢谢

In order to capture the javascript actions, you'll need Selenium. It's a browser automation tool, used for Automated testing and data parsing from webpages.为了捕获 javascript 操作,您需要 Selenium。它是一个浏览器自动化工具,用于从网页进行自动化测试和数据解析。

https://www.selenium.dev/ https://www.selenium.dev/

Downloading an entire site is possible only if the website has static pages (HTML, CSS, Img).仅当网站有 static 个页面(HTML、CSS、Img)时才可以下载整个站点。 But Javascript-based content is loaded dynamically, which would be difficult to download.但是基于 Javascript 的内容是动态加载的,这将很难下载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM