* Fix page parsing
* Add default function to fall back if the website get back to normal
calling super.pageListParse(response) will cause java.lang.IllegalStateException: closed since response.asJsoup() will be called twice, so resolve to copying the code