]> git.phdru.name Git - bookmarks_db.git/history - Robots/bkmk_robot_base.py
Fix(Robot): Stop splitting and un-splitting URLs
[bookmarks_db.git] / Robots / bkmk_robot_base.py
2024-03-07 Oleg BroytmanFix(Robot): Stop splitting and un-splitting URLs master 5.3.1
2024-03-05 Oleg BroytmanFix(Robots/bkmk_robot_base): Pass query part
2024-03-03 Oleg BroytmanFix(Robots/bkmk_robot_base): Add forgotten spaces in log
2024-03-03 Oleg BroytmanFeat(Robots/bkmk_robot_base): Process "data:image/...
2024-03-03 Oleg BroytmanRefactor(Robots): Refactor request headers
2024-03-02 Oleg BroytmanFix(Robots/bkmk_robot_base): Ignore unknown charset
2024-03-02 Oleg BroytmanFix(Robots/bkmk_robot_base): Add forgotten space in log 5.2.1
2023-11-28 Oleg BroytmanFix(Py3): Use `urllib.parse.urlsplit()`
2023-11-20 Oleg BroytmanFix(Py3): Decode content using HTTP chrset
2023-11-20 Oleg BroytmanStyle: Fix `flake8` E501 line too long
2023-11-20 Oleg BroytmanFix(robots): Fix "Content-Length" header returning...
2023-11-18 Oleg BroytmanFix(robots): Store charset
2023-11-17 Oleg BroytmanFix(robots): Do not parse empty strings
2023-11-17 Oleg BroytmanFeat(robots): Align "Content-Type"
2023-11-17 Oleg BroytmanFix(parse_html): Do not parse empty strings
2023-11-14 Oleg BroytmanFeat(robots): Handle HTTP redirect 308
2023-11-13 Oleg BroytmanFix(robots): Process redirect with non-encoded URL
2023-11-13 Oleg BroytmanFix(robots): Process response without `Content-Type`
2023-11-12 Oleg BroytmanFix(Py3): Encode unicode to bytes
2023-11-12 Oleg BroytmanFix(Py3): Fix `urljoin` import
2023-11-12 Oleg BroytmanFix(Py3): Fix import from `urllib`
2023-11-12 Oleg BroytmanStyle: Fix flake8 F841 local variable is assigned to...
2023-11-12 Oleg BroytmanStyle: Fix flake8 E501 line too long
2023-11-12 Oleg BroytmanStyle: Fix flake8 E261 at least two spaces before inlin...
2023-11-12 Oleg BroytmanStyle: Silent flake8 E221 multiple spaces before operator
2023-11-12 Oleg BroytmanStyle: Fix flake8 E131 continuation line unaligned...
2023-11-12 Oleg BroytmanStyle: Fix flake8 E127 continuation line over-indented...
2021-05-23 Oleg BroytmanStyle: Fix `flake8` E114
2017-05-13 Oleg BroytmanCleanup code: use 4 spaces
2017-05-13 Oleg BroytmanFeat(Python3): `except Error, value` -> `except Error...
2014-07-06 Oleg BroytmanMerge bkmk_rurllib_to.py into bkmk_robot_base.py
2014-07-06 Oleg BroytmanMinor refactoring: rename msg to e
2014-07-06 Oleg BroytmanDon't use urllib._urlopener - it isn't available with...
2014-07-04 Oleg BroytmanRemove self.cleanup
2014-07-04 Oleg BroytmanReturn redirect code/destination URL
2014-07-04 Oleg BroytmanMinor refactoring: reorder return values
2014-07-04 Oleg BroytmanRename urlretrieve to get
2014-05-31 Oleg BroytmanDo not assign icon errors to bookmark.error
2014-05-31 Oleg BroytmanSplit simple robot