MattDTO commited on
Commit
a31aca0
·
verified ·
1 Parent(s): 668921a

Add collection period and usage instructions to dataset card

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -53,14 +53,24 @@ This dataset is the index for a project to build a complete text corpus of Magic
53
 
54
  ## Dataset structure
55
 
56
- The dataset is a single CSV file, `links.csv`, with one column:
57
 
58
  - `url`: The full URL found in the Internet Archive CDX index.
 
 
59
 
60
  ## Collection method
61
 
62
  URLs were pulled using the Internet Archive CDX API. The crawler targeted specific domains known to host Magic: The Gathering content, searching for all unique URLs indexed by the Wayback Machine.
63
 
 
 
 
 
 
 
 
 
64
  ## License
65
 
66
  The list of URLs is provided under the Open Data Commons Attribution License (ODC-By). You must follow the terms of service and robots.txt of the source websites if you use these links to download content.
 
53
 
54
  ## Dataset structure
55
 
56
+ The dataset is a single CSV file, `links.csv`, with the following columns:
57
 
58
  - `url`: The full URL found in the Internet Archive CDX index.
59
+ - `site`: The identifier for the source website (e.g., `mtggoldfish`, `edhrec_articles`).
60
+ - `http_code`: The HTTP status code returned by the Wayback Machine for that URL.
61
 
62
  ## Collection method
63
 
64
  URLs were pulled using the Internet Archive CDX API. The crawler targeted specific domains known to host Magic: The Gathering content, searching for all unique URLs indexed by the Wayback Machine.
65
 
66
+ This specific snapshot covers URLs indexed between **2025 and 2026**.
67
+
68
+ To replicate the discovery process, use the provided `fetch.py` script:
69
+
70
+ ```bash
71
+ python fetch.py discover --from-year 2025 --to-year 2026
72
+ ```
73
+
74
  ## License
75
 
76
  The list of URLs is provided under the Open Data Commons Attribution License (ODC-By). You must follow the terms of service and robots.txt of the source websites if you use these links to download content.