self.log(" cached icon: %s" % content_type)
else:
self.log(" cached icon: no icon")
+ elif icon_url.startswith('data:'):
+ content_type, icon_data = \
+ icon_url[len('data:'):].split(',', 1)
+ bookmark.icon_href = bookmark.icon = icon_url
+ self.log(" got data icon : %s" % content_type)
+ icons[icon_url] = (content_type, icon_url)
else:
try:
_icon_url = icon_url
bookmarks.html.
WHAT'S NEW
+Version 5.2.2 (2024-03-03)
+
+ Robots/bkmk_rrequests: Add request headers.
+
+ Robots/bkmk_robot_base: Process "data:image/" icons.
+
Version 5.2.1 (2024-03-02)
Speedup second access through proxy.
Robots/bkmk_rrequests: Add request headers.
+ Robots/bkmk_robot_base: Process "data:image/" icons.
+
Version 5.2.1 (2024-03-02)
Speedup second access through proxy.