WebMonitor icon indicating copy to clipboard operation
WebMonitor copied to clipboard

实时监控网页变化,并发送通知(Monitor web page changes in real time and send notifications)

Results 46 WebMonitor issues
Sort by recently updated
recently updated
newest added

怎么添加网络监控每天只在固定时间(12:00)运行一次吗?

Bumps [twisted](https://github.com/twisted/twisted) from 19.7.0 to 22.10.0. Release notes Sourced from twisted's releases. Twisted 22.10.0 (2022-10-30) This release contains a security fix for CVE-2022-39348. This is a low-severity security bug. Twisted...

dependencies

**Describe the bug** 系统邮箱设置,仅支持SSL。 **To Reproduce** 系统邮箱设置页面,默认端口号改为465或其他端口,别是25就行。 因为代码中仅支持SSL端口号。 例如163邮箱,SMTP协议非SSL才是25,容易让用户误会。 端口号依据 ``` https://help.mail.163.com/faqDetail.do?code=d7a5dc8471cd0c0e8b4b8f4f8e49998b374173cfe9171305fa1ce630d7f67ac2a5feb28b66796d3b ```

bug

解决该问题参考的链接是 `https://stackoverflow.com/questions/76158987/scrapy-xpath-error-selector-object-has-no-attribute-default-type` #134

### 目标网站地址 ### css selector / xpath 内容 ``` from scrapy.selector import Selector # 示例代码段 html = "Hello World" selector = Selector(text=html) print(selector.xpath("//p/text()").get()) ``` ### 实际发生了什么? ``` 2024-06-07 22:57:22,720 [ThreadPoolExecutor-0_0:140009119401728]...

help wanted
question
抓取出错