-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
I've got an JSON export from the latest wallabag release (2.3.2), but bookmark-archiver won't import that:
Traceback (most recent call last):
File "./archive", line 161, in <module>
links = merge_links(archive_path=out_dir, import_path=source)
File "./archive", line 53, in merge_links
raw_links = parse_links(import_path)
File "/var/www/1337.at/nextcloud-shared/bookmark-archiver/archiver/parse.py", line 52, in parse_links
links += list(parser_func(file))
File "/var/www/1337.at/nextcloud-shared/bookmark-archiver/archiver/parse.py", line 103, in parse_json_export
'url': erg['href'],
KeyError: 'href'
Metadata
Metadata
Assignees
Labels
No labels