Closed tschanzt closed 7 years ago
basicly the
So i needed to update the HtmlElementClassLookup object which is created in the init of the Parser and i didn't want to just change it in the default parser since it could affect other application. therefore i added a custom parser. the custom HtmlElementClassLookup is so we can add our button mapping without loosing the default mappings, since the default one does either take the default or a completely new mapping. You cant combine them with the default one.
I hope this makes kind of sense.
Thank you for this explenation, now I understand agree to your approach 👍
@jone updated.
@jone updated
@jone i changed the text of the button.
@jone this adds support for the button tag. I added a subclass of the default lxml HtmlParser so we can add the