]> git.phdru.name Git - bookmarks_db.git/history - parse_html/bkmk_parse_html.py
Fix(parse_html): encode title to utf-8 as the last resort
[bookmarks_db.git] / parse_html / bkmk_parse_html.py
2017-08-13 Oleg BroytmanFix(parse_html): encode title to utf-8 as the last...
2017-06-25 Oleg BroytmanHTML parser based on BeautifulSoup4
2017-05-13 Oleg BroytmanCleanup code: use 4 spaces
2017-05-13 Oleg BroytmanFeat(Python3): `<>` -> `!=`
2014-04-30 Oleg BroytmanChange parse_html to parse strings, not files
2012-04-14 Oleg BroytmanRemoved svn:keywords. Extended copyright to 2012.
2011-12-18 Oleg BroytmanChanged the order or parser according to their success...
2011-12-11 Oleg BroytmanDebug HTML parsers.
2011-01-06 Oleg BroytmanFixed grammar.
2011-01-06 Oleg BroytmanFixed logging.
2011-01-06 Oleg BroytmanAdded code to collect statistics on parsers;
2011-01-05 Oleg BroytmanRenamed parse_html modules to bkmk_ph_* to avoid name...