importer: documentation of bookmark types
This commit is contained in:
parent
4ed7fe731d
commit
137a7114e1
@ -146,7 +146,11 @@ def search_escape(url):
|
|||||||
def import_netscape_bookmarks(bookmarks_file, bookmark_types, output_format):
|
def import_netscape_bookmarks(bookmarks_file, bookmark_types, output_format):
|
||||||
"""Import bookmarks from a NETSCAPE-Bookmark-file v1.
|
"""Import bookmarks from a NETSCAPE-Bookmark-file v1.
|
||||||
|
|
||||||
Generated by Chromium, Firefox, IE and possibly more browsers
|
Generated by Chromium, Firefox, IE and possibly more browsers. Not all
|
||||||
|
export all possible bookmark types:
|
||||||
|
- Firefox mostly works with everything
|
||||||
|
- Chrome doesn't support keywords at all; searches are a separate
|
||||||
|
database
|
||||||
"""
|
"""
|
||||||
import bs4
|
import bs4
|
||||||
with open(bookmarks_file, encoding='utf-8') as f:
|
with open(bookmarks_file, encoding='utf-8') as f:
|
||||||
|
Loading…
Reference in New Issue
Block a user