Skip to content

Commit a642a2d

Browse files
Fix snippets parser
1 parent a896479 commit a642a2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

archive_query_log/parsers/warc_snippets.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,10 @@ def _parse_serp_warc_snippets_action(
208208
should_parse=False,
209209
last_parsed=utc_now(),
210210
).to_dict(),
211-
warc_downloader=InnerDownloader(
211+
warc_before_serp_downloader=InnerDownloader(
212+
should_download=True,
213+
).to_dict(),
214+
warc_after_serp_downloader=InnerDownloader(
212215
should_download=True,
213216
).to_dict(),
214217
).to_dict(include_meta=True)

0 commit comments

Comments
 (0)