unified scrape dispatcher (auto-detect + /scrape/type:{kind}) 155f014 verified lljz66 commited on 16 days ago
add /scrape/website multi-page scraper (landing+pricing+about with fallback names) 6a9881e verified lljz66 commited on 16 days ago
add README fetch (raw.githubusercontent.com, filename fallbacks) e0a8df0 verified lljz66 commited on 16 days ago
remove old regex-based http.go (logic moved to extension.go) 6f7f076 verified lljz66 commited on 16 days ago
add goquery-based structured extension scraper (chrome/edge/firefox) 72a12e8 verified lljz66 commited on 16 days ago
rewrite favicon README: full API ref, SSE, type detection, store explainers e8ecff1 verified lljz66 commited on 17 days ago
validate handler: new {valid,type,status} response shape 910950f verified lljz66 commited on 17 days ago
type-aware validate: valid/type/status, github private vs not_found fdc1c79 verified lljz66 commited on 17 days ago
validate: treat 403/401 as reachable (bot-block), reduce retries for speed b2d5420 verified lljz66 commited on 17 days ago
add type field + persistent SSE stream (no kill) + type: path routing b517a0e verified lljz66 commited on 17 days ago
fix: remove duplicate normalizeURL and unused strings import 70f814f verified lljz66 commited on 17 days ago
fix: change var lastErr from string to error in probe() b5958f2 verified lljz66 commited on 17 days ago
improve: HEAD first + GET fallback, accurate status handling, better UA, retry 25cf3dc verified lljz66 commited on 17 days ago
fix: restore package declaration (first char was stripped) bf7e2cf verified lljz66 commited on 18 days ago
fix: remove duplicate statusText function (exists in statuscodes.go) 9aada4a verified lljz66 commited on 18 days ago
feat: use Google S2 for all website favicons, remove HTML scraping a6e84d7 verified lljz66 commited on 18 days ago
fix: remove deleted api/url import, inline normalizeURL 2d1e435 verified lljz66 commited on 18 days ago
fix: remove deleted api/url import, inline normalizeURL 76643b0 verified lljz66 commited on 18 days ago
fix: remove deleted url/validate imports, inline normalize bff555b verified lljz66 commited on 18 days ago