v7.2.3
- Optimize performance
By removing HTML validation step, we increased the performance to about 4x - 5x faster.
Before, article-parser
checks if the extract
's input is URL or valid HTML to decide next step.
Now when receiving the input, if that isn't URL, it assumes that's a HTML string and start extracting immediately.