We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a896479 commit a642a2dCopy full SHA for a642a2d
archive_query_log/parsers/warc_snippets.py
@@ -208,7 +208,10 @@ def _parse_serp_warc_snippets_action(
208
should_parse=False,
209
last_parsed=utc_now(),
210
).to_dict(),
211
- warc_downloader=InnerDownloader(
+ warc_before_serp_downloader=InnerDownloader(
212
+ should_download=True,
213
+ ).to_dict(),
214
+ warc_after_serp_downloader=InnerDownloader(
215
should_download=True,
216
217
).to_dict(include_meta=True)
0 commit comments