• v1.1.1 0482284cc0

    反爬拦截不再重试: 判定为反爬类错误(403/429/503/Cloudflare/captcha/验证页等)直接放弃该页, 节省重试时间; 验证页持续8秒即判定反爬, 不再干等满超时(默认60s)

    hz4th_coder released this 2026-08-12 09:37:23 +08:00 | 9 commits to master since this release

    • engine.is_anti_crawl_error: 反爬错误信号关键词判定
    • _retry_crawl: 反爬错误直接 break, entry.error 标注'反爬拦截, 跳过重试'
    • _wait_page_settle/_settle_wait: 连续8秒检测到验证页即判定反爬尽早返回
    • 集成测试: 反爬页 attempts=1 且 8.1s 放弃; 非反爬错误仍 attempts=retry_count+1 正常重试
    Downloads