httpx
httpx copied to clipboard
introduce page type classifier
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.