j0k3r / graby

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

Graby::convert2Utf8: Allow spaces around HTML attributes #312

Closed jtojnar closed 1 year ago

jtojnar commented 1 year ago

HTML attributes can contain a spaces around the equal sign: https://html.spec.whatwg.org/multipage/syntax.html#attributes-2

Fixes: https://github.com/j0k3r/graby/issues/302