j0k3r / graby

Graby helps you extract article content from web pages
MIT License
363 stars 73 forks source link

Add support of post_strip_attr #211

Open Kdecherf opened 5 years ago

Kdecherf commented 5 years ago

This new command will strip attributes matching patterns after processing the content. Useful for stripping all class attributes, for example.

(missing tests for now)

Fix https://github.com/j0k3r/graby/issues/191