From: Oleg Broytman Date: Wed, 30 Apr 2014 00:23:31 +0000 (+0400) Subject: Add a few TODO items X-Git-Tag: v4.6.0~43 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=4360b050bde8fe9eeee284ab9e74fb99e4041960 Add a few TODO items --- diff --git a/doc/TODO b/doc/TODO index 234dc2b..6ec0d5a 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,3 +1,9 @@ +Change parse_html to parse strings, not files. + +Split simple robot: separate network operations and URL handling. + +Allow parameters in BKMK_ROBOT; for example, 'forking:urllib'. + A new robot based on urllib2. A new robot based on PycURL.