]> git.phdru.name Git - bookmarks_db.git/commitdiff
Docs(bkmk_robot_base): List robots
authorOleg Broytman <phd@phdru.name>
Thu, 1 Aug 2024 08:40:32 +0000 (11:40 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 1 Aug 2024 08:40:32 +0000 (11:40 +0300)
Robots/bkmk_robot_base.py

index 88ce5ca9ef73ace7e72b749e53dce233ff1b4799..65f06941d85f371bcc422e18dfc3dffe4d8d55a9 100644 (file)
@@ -68,8 +68,8 @@ icons = {}
 
 class robot_base(Robot):
     # Pass proxy from the environment like this:
-    # BKMK_ROBOT=requests:proxy=http%3a//localhost%3a8080
-    # BKMK_ROBOT=requests:proxy=socks5h%3a//localhost%3a1080
+    # BKMK_ROBOT=curl,requests:proxy=http%3a//localhost%3a8080
+    # BKMK_ROBOT=requests,curl:proxy=socks5h%3a//localhost%3a1080
     proxy = None
 
     # Store hosts for which we already know they require proxy...