]> git.phdru.name Git - bookmarks_db.git/history - parse_html/bkmk_ph_beautifulsoup4.py
Fix(Robot): Stop splitting and un-splitting URLs
[bookmarks_db.git] / parse_html / bkmk_ph_beautifulsoup4.py
2024-03-03 Oleg BroytmanFix(parse_html/bkmk_ph_beautifulsoup4): Find "shortcut...
2023-11-20 Oleg BroytmanFix(parse_html/bkmk_ph_beautifulsoup4): Fix title recom...
2023-11-20 Oleg BroytmanFix(Py3): Remove forgotten `.decode()`/`.encode()`
2023-11-17 Oleg BroytmanFix(parse_html): Do not parse empty strings
2023-11-15 Oleg BroytmanFix(Py3): Fix HTML parsers
2023-11-12 Oleg BroytmanFix(Py3): Stop encoding unicode to bytes
2023-11-12 Oleg BroytmanFix(parse_html): Fix import
2023-11-12 Oleg BroytmanFix(Py3): Fix `basestring` compatibility
2023-11-12 Oleg BroytmanFix(Py3): Replace `unicode()` with `.decode()`
2023-11-12 Oleg BroytmanStyle: Fix flake8 F401 module imported but unused
2023-11-12 Oleg BroytmanStyle: Fix flake8 E501 line too long
2023-11-12 Oleg BroytmanStyle: Fix flake8 E302 expected 2 blank lines, found 1
2023-11-12 Oleg BroytmanStyle: Fix flake8 E261 at least two spaces before inlin...
2017-08-13 Oleg BroytmanFix(parse_html): Fix BS4 parser: encode title to utf...
2017-06-25 Oleg BroytmanHTML parser based on BeautifulSoup4