Skip to content

Archive from wallabag JSON not working #103

@nodh

Description

@nodh

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions