Skip to content

Commit

Permalink
Fix snippets parser
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Nov 27, 2023
1 parent a896479 commit a642a2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion archive_query_log/parsers/warc_snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,10 @@ def _parse_serp_warc_snippets_action(
should_parse=False,
last_parsed=utc_now(),
).to_dict(),
warc_downloader=InnerDownloader(
warc_before_serp_downloader=InnerDownloader(
should_download=True,
).to_dict(),
warc_after_serp_downloader=InnerDownloader(
should_download=True,
).to_dict(),
).to_dict(include_meta=True)
Expand Down

0 comments on commit a642a2d

Please sign in to comment.