Hacker News new | past | comments | ask | show | jobs | submit login

Listicles have gotten on my nerves, I googled 'how to remove listicles from search results' and got, yes, 2 listicles in the SERP. I tinkered with ddgr[1] and jq for removing listicles with some success, if someone wants to pick up where I left off:

`ddgr --expand --noprompt --json 'best bicycles under 500' | jq --raw-output '.[] | select(.title | test("^(?!\\d.$)."))' | jq --raw-output '. | [.title, .url]| @tsv'`

[1] https://github.com/jarun/ddgr




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: