jarun / googler

:mag: Google from the terminal
GNU General Public License v3.0
6.11k stars 529 forks source link

Collapse consecutive whitespace into single space in titles, abstracts, and metadata blurbs #350

Closed zmwangx closed 4 years ago

zmwangx commented 4 years ago

[ \t\n\r]+ are collpased by browsers so this should not cause any semantic changes, while it does work around idiotic upstream decisions like hard-wrapping title text in HTML.

Fixes #349.

jarun commented 4 years ago

Thank you!