Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aws-ccf-dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@
"metadata": {},
"outputs": [],
"source": [
"# Lookup captures for the given url in the commoncrawl cdx index for CC-MAIN-2024-22, returning only the first match\n",
"!cdxt --limit 1 --crawl CC-MAIN-2024-22 iter an.wikipedia.org/wiki/Escopete\n",
"# Look up this capture in the comoncrawl cdx index\n",
"!cdxt --limit 1 --crawl CC-MAIN-2024-22 --from 20240518015810 --to 20240518015810 iter an.wikipedia.org/wiki/Escopete\n",
"\n",
"# Cleanup previous work\n",
"!rm -f TEST-000000.extracted.warc.gz\n",
Expand Down