Hi, I'm not sure this function makes sense in the context of a link thumbnailer, but I implemented it for personal use and it works, so feel free to reject this PR.
Basically when the url gets scraped, you can get the full content of all the <p> tags of the page in the body attribute (all tags stripped and squished). Maybe it can make sense as an optional attribute in the configuration.
Hi, I'm not sure this function makes sense in the context of a link thumbnailer, but I implemented it for personal use and it works, so feel free to reject this PR.
Basically when the url gets scraped, you can get the full content of all the
<p>
tags of the page in thebody
attribute (all tags stripped and squished). Maybe it can make sense as an optional attribute in the configuration.