v0.1.7 Release Notes
v0.1.6 -> v0.1.7
Summary
Fetch flow now starts from a headless-first browser path and only falls back to a headed browser with session persistence when bot defenses block extraction. This makes difficult sites more reachable without changing the normal lightweight path for pages that already work.
翻譯
Fetch 流程改為預設先走 headless 瀏覽器,只有遇到機器人防護攔截時才回退到 headed 與 session 持久化路徑。這讓較難抓取的網站更容易成功,同時不影響原本可正常取得頁面的輕量流程。
Changes
FEAT
- Add headless-first fetch with headed and session fallback on bot detection (@pardnchiu) [b4bf6c0]
翻譯
- 新增 headless-first 的抓取流程,偵測到 bot 防護時回退到 headed 與 session fallback
Scope
fetch.go— FEATbrowser.go— FEAT
Generated by SKILL