hauke96 / wiki2book

A simple CLI tool to create good-looking eBooks from Wikipedia articles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce usage of regular expressions

hauke96 opened this issue · comments

They are nice and handy but very slow. To enhance performance, remove all regular expressions that are not really necessary, i.e. where the code doesn't get too complicated when manually parsing stuff.