Skip to content

Commit

Permalink
Add WARC snippets parsing CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Nov 20, 2023
1 parent ff091f1 commit fbbbab0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions archive_query_log/cli/serps.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ def warc_query(config: Config) -> None:
parse_serps_warc_query(config)


@parse.command()
@pass_config
def warc_snippets(config: Config) -> None:
from archive_query_log.parsers.warc_snippets import \
parse_serps_warc_snippets
parse_serps_warc_snippets(config)


@serps.group()
def download():
pass
Expand Down

0 comments on commit fbbbab0

Please sign in to comment.