httpx icon indicating copy to clipboard operation
httpx copied to clipboard

introduce page type classifier

Open dogancanbakir opened this issue 1 year ago • 0 comments

Closes #1923

$ go run . -u https://github.com/login -j -silent -sr | jq -r .knowledgebase.PageType
login

$ go run . -u https://lobste.rs/login -j -silent -sr | jq -r .knowledgebase.PageType
login

Note: It's not performing well atm, but it's a progress.

dogancanbakir avatar Sep 17 '24 12:09 dogancanbakir