mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
make all parsers accept arbitrary meta kwargs
This commit is contained in:
parent
2e2b4f8150
commit
a682a9c478
8 changed files with 8 additions and 8 deletions
|
@ -14,7 +14,7 @@ from ..util import (
|
|||
|
||||
|
||||
@enforce_types
|
||||
def parse_pocket_html_export(html_file: IO[str]) -> Iterable[Link]:
|
||||
def parse_pocket_html_export(html_file: IO[str], **_kwargs) -> Iterable[Link]:
|
||||
"""Parse Pocket-format bookmarks export files (produced by getpocket.com/export/)"""
|
||||
|
||||
html_file.seek(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue