Commit Graph
4 Commits
Author SHA1 Message Date
capric98 8c7e6cc983 [fix] FutureWarning from lxml
Just in case if content is None, the original code will skip extract_text(), and
just append the None value to 'content'. So just add allow_none=True, and this
will return None without raising a ValueError in extract_text().
2022-04-22 16:09:36 +02:00
HZH 095beb8605 typo: wanr_msg -> warn_msg 2022-04-13 20:28:28 +08:00
HZH c7de5c043c fix: %2F in path will be converted to " › " 2022-04-07 23:15:58 +08:00
HZH 57a3252ff1 Unquote path on result page. 2022-04-05 02:37:18 +08:00