]> git.phdru.name Git - bookmarks_db.git/history - Robots/parse_html_beautifulsoup.py
Removed module 'string'.
[bookmarks_db.git] / Robots / parse_html_beautifulsoup.py
2007-12-22 Oleg BroytmanAlways close the input file.
2007-12-22 Oleg BroytmanAdded BadDeclParser.
2007-12-18 Oleg BroytmanTry BeautifulSoup; if it fails - fall back to HTML...
2007-12-18 Oleg BroytmanFixed a bug = meta_charset is True if HTTP charset...
2007-12-16 Oleg BroytmanDirect return.
2007-12-16 Oleg BroytmanCalculate if the charset came from HTTP or from HTML...
2007-12-16 Oleg BroytmanInherit HTMLParser (for unescape).
2007-12-16 Oleg BroytmanAdded parser for html based on BeautifulSoup.