Fork me on GitHub
#etaoin
<
2022-12-15
>
Adrien Blavier16:12:42

Is it possible to activate the reader view from firefox and scrape just those contents? Or any other easy way to just simplify/sanitize the HTML content?

lread17:12:18

I've not played with this use case @U04DB3E4H8E. Perhaps others will chime in with their experiences.

Adrien Blavier12:12:42

Found a super easy solution:

(defn scrape-article [url]
  (e/go *driver* (str "about:reader?url=" url)))
Just prepend with about:reader?url= !

🎉 4
lread13:12:56

Nice! Thanks for sharing what you learned!