tamnd commited on
Commit
a904a81
·
verified ·
1 Parent(s): 441b046

Publish 47 shards CC-MAIN-2026-08/00203–01293

Browse files
Files changed (49) hide show
  1. README.md +14 -14
  2. data/CC-MAIN-2026-08/00203.parquet +3 -0
  3. data/CC-MAIN-2026-08/00204.parquet +3 -0
  4. data/CC-MAIN-2026-08/00205.parquet +3 -0
  5. data/CC-MAIN-2026-08/00206.parquet +3 -0
  6. data/CC-MAIN-2026-08/00207.parquet +3 -0
  7. data/CC-MAIN-2026-08/00208.parquet +3 -0
  8. data/CC-MAIN-2026-08/00209.parquet +3 -0
  9. data/CC-MAIN-2026-08/00363.parquet +3 -0
  10. data/CC-MAIN-2026-08/00364.parquet +3 -0
  11. data/CC-MAIN-2026-08/00365.parquet +3 -0
  12. data/CC-MAIN-2026-08/00366.parquet +3 -0
  13. data/CC-MAIN-2026-08/00367.parquet +3 -0
  14. data/CC-MAIN-2026-08/00368.parquet +3 -0
  15. data/CC-MAIN-2026-08/00369.parquet +3 -0
  16. data/CC-MAIN-2026-08/00535.parquet +3 -0
  17. data/CC-MAIN-2026-08/00536.parquet +3 -0
  18. data/CC-MAIN-2026-08/00537.parquet +3 -0
  19. data/CC-MAIN-2026-08/00538.parquet +3 -0
  20. data/CC-MAIN-2026-08/00539.parquet +3 -0
  21. data/CC-MAIN-2026-08/00540.parquet +3 -0
  22. data/CC-MAIN-2026-08/00541.parquet +3 -0
  23. data/CC-MAIN-2026-08/00542.parquet +3 -0
  24. data/CC-MAIN-2026-08/00784.parquet +3 -0
  25. data/CC-MAIN-2026-08/00785.parquet +3 -0
  26. data/CC-MAIN-2026-08/00786.parquet +3 -0
  27. data/CC-MAIN-2026-08/00787.parquet +3 -0
  28. data/CC-MAIN-2026-08/00788.parquet +3 -0
  29. data/CC-MAIN-2026-08/00789.parquet +3 -0
  30. data/CC-MAIN-2026-08/00790.parquet +3 -0
  31. data/CC-MAIN-2026-08/01043.parquet +3 -0
  32. data/CC-MAIN-2026-08/01044.parquet +3 -0
  33. data/CC-MAIN-2026-08/01045.parquet +3 -0
  34. data/CC-MAIN-2026-08/01046.parquet +3 -0
  35. data/CC-MAIN-2026-08/01047.parquet +3 -0
  36. data/CC-MAIN-2026-08/01048.parquet +3 -0
  37. data/CC-MAIN-2026-08/01049.parquet +3 -0
  38. data/CC-MAIN-2026-08/01050.parquet +3 -0
  39. data/CC-MAIN-2026-08/01051.parquet +3 -0
  40. data/CC-MAIN-2026-08/01285.parquet +3 -0
  41. data/CC-MAIN-2026-08/01286.parquet +3 -0
  42. data/CC-MAIN-2026-08/01287.parquet +3 -0
  43. data/CC-MAIN-2026-08/01288.parquet +3 -0
  44. data/CC-MAIN-2026-08/01289.parquet +3 -0
  45. data/CC-MAIN-2026-08/01290.parquet +3 -0
  46. data/CC-MAIN-2026-08/01291.parquet +3 -0
  47. data/CC-MAIN-2026-08/01292.parquet +3 -0
  48. data/CC-MAIN-2026-08/01293.parquet +3 -0
  49. stats.csv +49 -0
README.md CHANGED
@@ -32,7 +32,7 @@ configs:
32
 
33
  Open Index is a large-scale web text dataset built from [Common Crawl](https://commoncrawl.org). Every page goes through a pipeline that extracts the main content from raw HTML, converts it to clean Markdown using [trafilatura](https://github.com/adbar/trafilatura), and packages the result into Parquet files with full WARC metadata preserved.
34
 
35
- The dataset currently includes crawl **CC-MAIN-2026-08** with **19,171,696 documents across 990 shards**. We plan to add more snapshots over time.
36
 
37
  Open Index is released under the **Open Data Commons Attribution License (ODC-By) v1.0**, the same license used by Common Crawl.
38
 
@@ -164,28 +164,28 @@ Empty conversions (pages where trafilatura could not extract meaningful content)
164
 
165
  ### Compression Ratios
166
 
167
- Numbers below are actual measurements summed across all 990 files of CC-MAIN-2026-08 (19,171,696 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
- | Stage | 990 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
- | Raw WARC (.warc.gz, downloaded) | ~802.4 GB | ~83 TB | — |
172
- | HTML extracted (uncompressed) | 2.3 TB | ~295 TB | — |
173
- | Packed markdown WARC (.md.warc.gz) | ~40.6 GB | ~3.7 TB | **-98.3%** vs HTML |
174
- | Final Parquet (Zstd level 19) | 27.5 GB | ~2.9 TB | **-32.4%** vs packed WARC |
175
 
176
- The big win is the HTML → Markdown step: trafilatura strips all tags, scripts, styles, navigation, and ads, keeping only the main content. This cuts 2.3 TB of uncompressed HTML down to 86.5 GB of markdown — a **98.3% reduction** — before any file-level compression is applied. Parquet with Zstd level 19 then compresses the markdown a further 68.2%.
177
 
178
- End to end: ~802.4 GB of raw gzipped WARCs becomes **27.5 GB of Parquet** — a **96.6% total reduction** — containing 19,171,696 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
- Pipeline timings across 990 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
- Download (raw WARC) ████████████████████████ total 68h 53m 7s avg 4m 10s
186
- Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 5h 23m 35s avg 19s
187
- Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 16h 25m 29s avg 59s
188
- Publish (HuggingFace) ██░░░░░░░░░░░░░░░░░░░░░░ total 7h 1m 13s avg 25s
189
  ```
190
 
191
  ### Dataset Charts
 
32
 
33
  Open Index is a large-scale web text dataset built from [Common Crawl](https://commoncrawl.org). Every page goes through a pipeline that extracts the main content from raw HTML, converts it to clean Markdown using [trafilatura](https://github.com/adbar/trafilatura), and packages the result into Parquet files with full WARC metadata preserved.
34
 
35
+ The dataset currently includes crawl **CC-MAIN-2026-08** with **20,106,033 documents across 1039 shards**. We plan to add more snapshots over time.
36
 
37
  Open Index is released under the **Open Data Commons Attribution License (ODC-By) v1.0**, the same license used by Common Crawl.
38
 
 
164
 
165
  ### Compression Ratios
166
 
167
+ Numbers below are actual measurements summed across all 1039 files of CC-MAIN-2026-08 (20,106,033 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
+ | Stage | 1039 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
+ | Raw WARC (.warc.gz, downloaded) | ~842.2 GB | ~83 TB | — |
172
+ | HTML extracted (uncompressed) | 2.4 TB | ~295 TB | — |
173
+ | Packed markdown WARC (.md.warc.gz) | ~42.6 GB | ~3.7 TB | **-98.3%** vs HTML |
174
+ | Final Parquet (Zstd level 19) | 28.8 GB | ~2.9 TB | **-32.4%** vs packed WARC |
175
 
176
+ The big win is the HTML → Markdown step: trafilatura strips all tags, scripts, styles, navigation, and ads, keeping only the main content. This cuts 2.4 TB of uncompressed HTML down to 90.7 GB of markdown — a **98.3% reduction** — before any file-level compression is applied. Parquet with Zstd level 19 then compresses the markdown a further 68.2%.
177
 
178
+ End to end: ~842.2 GB of raw gzipped WARCs becomes **28.8 GB of Parquet** — a **96.6% total reduction** — containing 20,106,033 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
+ Pipeline timings across 1039 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
+ Download (raw WARC) ████████████████████████ total 76h 16m 35s avg 4m 24s
186
+ Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 5h 55m 4s avg 20s
187
+ Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 18h 16m 7s avg 1m 3s
188
+ Publish (HuggingFace) ██░░░░░░░░░░░░░░░░░░░░░░ total 7h 1m 13s avg 24s
189
  ```
190
 
191
  ### Dataset Charts
data/CC-MAIN-2026-08/00203.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:633ce538dba332de21c2c034c6f6230e208333da008f47a42c46a4928a6ffc91
3
+ size 30596793
data/CC-MAIN-2026-08/00204.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a850ecb92cbd411cdb0b49417937454a22f01054078301abbe9b4b0f0db2a8
3
+ size 29717586
data/CC-MAIN-2026-08/00205.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:167f3ec88bebdb5100df54c89366a339150128cce27b6425e3d0ff56c0d677b7
3
+ size 28830256
data/CC-MAIN-2026-08/00206.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f82225120fe78e3897370e0a393a936b6158c13775646d252c8f5e45b8d5c381
3
+ size 32317309
data/CC-MAIN-2026-08/00207.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c43736b2f1f65dbd866e3447ead6a4d23888be17abac114a8764c6269690e37a
3
+ size 29962538
data/CC-MAIN-2026-08/00208.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:630631b77bad4027fd97354f9a04c5ba7b63f2be60c296374cd295631b7c35e3
3
+ size 29626564
data/CC-MAIN-2026-08/00209.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84c28cdef7d1f8edaf6b980a171f30675c2f45a682fc3f0cbf91a1a822673300
3
+ size 29724815
data/CC-MAIN-2026-08/00363.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8af32e2eceaa4950e940b34eaf29e71a917119c54128524a5cca0b6ec841e766
3
+ size 31259555
data/CC-MAIN-2026-08/00364.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e18a5ce8817aca2803e5b49cc83a6721467aedbb148c4281a240dc9a7156596e
3
+ size 28858998
data/CC-MAIN-2026-08/00365.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9ec7f2b4af4b5a7fd95c81230a91ed3a2e91268953064b99207ef35111e7cd6
3
+ size 31766080
data/CC-MAIN-2026-08/00366.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05622988dfb2dbb62fd785212b23ea70204e3885978c08ba3195af7354784834
3
+ size 29950344
data/CC-MAIN-2026-08/00367.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9bd0e3aaaa2fbbda6ccb34cbe2953004418d22450247acce5e2025554ed3fbd
3
+ size 29177902
data/CC-MAIN-2026-08/00368.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:549acae60dd3a8f3d06d3eec8fc6d2303d56b7baaafda5b749f6811ae220399c
3
+ size 30093839
data/CC-MAIN-2026-08/00369.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea00e9b8568b056b1690e062be174bea0af6442d010ffc728ed331a28f8f29a0
3
+ size 29772834
data/CC-MAIN-2026-08/00535.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bde9c380720c37cc771cbae819675a29c8b89b36c614356b8f13a48c9c79747
3
+ size 29394261
data/CC-MAIN-2026-08/00536.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e531f2b137e0da8b2bed3f0b17ad93952af5a393423cb516ebad418a9d26e61
3
+ size 30699061
data/CC-MAIN-2026-08/00537.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9828a0674a18f46f274975720c4d0badb229d23c64bad52ebb8b723accab37bf
3
+ size 29858076
data/CC-MAIN-2026-08/00538.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92372bbcd71b13350c6ab661dc3235ec4d5c4273d5025cab4c59074285fea0f2
3
+ size 30044532
data/CC-MAIN-2026-08/00539.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c97919bc8dc86a9cc90526ca345b86faa568726f5948fbb59b7664111d46662c
3
+ size 28673088
data/CC-MAIN-2026-08/00540.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bae258c3e4b1df245fb163dbd056183741d79bacfe88e2ed0c590b3dd1ccc09
3
+ size 31999793
data/CC-MAIN-2026-08/00541.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fa18c67f9eac6403fadb16404e5986c4ae59b2b395b6af6943cbcb0ad89dce3
3
+ size 29414799
data/CC-MAIN-2026-08/00542.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:846389e2426523f3cb7962f28c3ac570ba7d959baee02c19d8e374ca7b357f1b
3
+ size 30277476
data/CC-MAIN-2026-08/00784.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37b23ddbc09badf123323213f8e6b75e1366c27d97cf9c971cc042f5f7e29474
3
+ size 30406559
data/CC-MAIN-2026-08/00785.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fafc2fc01b26ff09b05ae47368b86b0a280c44afaf4054acec3d584ea500573b
3
+ size 29147592
data/CC-MAIN-2026-08/00786.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fce1fff863ad147a4f3316286b7b97276c5349d8f3ff0f659391aceefb6aa8cc
3
+ size 30025420
data/CC-MAIN-2026-08/00787.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c427202a254b34f608751fc410e876563c54e4c42293e68eed1fb880530e48b7
3
+ size 30213235
data/CC-MAIN-2026-08/00788.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c2a26c0282c5e54ed93219dd3a5955ed6d31254534bc9ac104329f495758ed
3
+ size 29759739
data/CC-MAIN-2026-08/00789.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f7e644e816792887a305e6e4a5cd59da8c6c84d653f85e194db841a646802a8
3
+ size 31670198
data/CC-MAIN-2026-08/00790.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:644fc10aaca9427ba6192b024d30b03f58cfc29cc17b023d652eeabb2025d3b7
3
+ size 29844446
data/CC-MAIN-2026-08/01043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa30c1149085ff2a873398925aed481ab345192cda9837c27fb53d718eedb8bc
3
+ size 30186281
data/CC-MAIN-2026-08/01044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd13bd11d74152594b52603b6c6c4396d1a8e1d5c5a7f5fe3d26f945ed1355e3
3
+ size 30664768
data/CC-MAIN-2026-08/01045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7781137f9d6b4e3077d2bd8c6c4e278ff0add82cd21ad08adad517a5ec05178
3
+ size 29083712
data/CC-MAIN-2026-08/01046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1ae27d68389212284f9170934e55a74125cefd97760cc45fb3c458a37f7854e
3
+ size 29620935
data/CC-MAIN-2026-08/01047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d3d4e93592fdf4abbd773fde62caff651ab583ed2b1872173c3425589d09815
3
+ size 28930964
data/CC-MAIN-2026-08/01048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c23df6bca4004a7081889aee1e44b149c516ff11d9571574aee9cea34cadb87
3
+ size 29908797
data/CC-MAIN-2026-08/01049.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63b653f186b7f844c41bbdc46f023fc9becd4c0dbfd9287a84173f99d881e5f8
3
+ size 30515004
data/CC-MAIN-2026-08/01050.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe76e960e5ee37e4806e9a88be204c10d7c0dba37d37a3ec3fcb1d33ececdca5
3
+ size 29658747
data/CC-MAIN-2026-08/01051.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d532f4751375bbe0616f09d8d5879dc715a2ea6276b3cb7db1f58b5030ea27c7
3
+ size 30026915
data/CC-MAIN-2026-08/01285.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07afa8e480deed201785655b77dac8a728cc3c9ab8443ff1eee0a1898d3c33b3
3
+ size 29360950
data/CC-MAIN-2026-08/01286.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:871eaa89515548abf2ae776cd3ba5d32bd1bc4ea9925b430e400cb60b3b83c2f
3
+ size 29790790
data/CC-MAIN-2026-08/01287.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5577be4152ced8127f07ac33b99f271bfc24a039d5379ec43babe624f30b8273
3
+ size 30052216
data/CC-MAIN-2026-08/01288.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8cfaa39906ca2025fada1ea02a148bb6bc4bf19b7855674e2764b8a2b7d8949
3
+ size 31141729
data/CC-MAIN-2026-08/01289.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad261df1b97db482471bf50213ed8ae72a40375fdc439317732cf055afd1e7c
3
+ size 32220789
data/CC-MAIN-2026-08/01290.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fe5b7589c0ab39de0838632b347c39df2ee04b2dfb2664c2c9ee3bfd748c000
3
+ size 29651770
data/CC-MAIN-2026-08/01291.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6e7d1497a6b8789f42e5f9179e5661e9daef208e00fd7629f7ab6c18eb44b6f
3
+ size 29210276
data/CC-MAIN-2026-08/01292.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd88ca5ff8cbd9c82a511553f0207f2c2f6d53d5c17ad26023527ea43d802999
3
+ size 29428217
data/CC-MAIN-2026-08/01293.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08bd2b50fba746bcfee68e878e742b798585a7e0ca2c460bf291574dfb5806fa
3
+ size 1141373
stats.csv CHANGED
@@ -202,6 +202,14 @@ CC-MAIN-2026-08,198,19409,2580674282,93344348,29591737,2026-03-13T22:51:11Z,612,
202
  CC-MAIN-2026-08,199,19177,2509267183,94076859,30255587,2026-03-13T23:02:12Z,532,0,137,12
203
  CC-MAIN-2026-08,200,19357,2565521260,92091332,29401002,2026-03-13T23:14:26Z,600,0,133,14
204
  CC-MAIN-2026-08,201,19808,2613302440,99389904,31431971,2026-03-13T23:17:51Z,0,0,180,17
 
 
 
 
 
 
 
 
205
  CC-MAIN-2026-08,250,19200,2541559671,94959737,30214413,2026-03-13T17:42:47Z,511,0,85,19
206
  CC-MAIN-2026-08,251,19610,2594898345,97558492,31917087,2026-03-13T06:42:12Z,277,0,23,136
207
  CC-MAIN-2026-08,252,19240,2525928701,98163046,31104034,2026-03-13T06:47:10Z,238,0,49,10
@@ -315,6 +323,13 @@ CC-MAIN-2026-08,359,19354,2571214019,98101218,30708847,2026-03-13T22:51:11Z,605,
315
  CC-MAIN-2026-08,360,19641,2563345822,95145193,30350889,2026-03-13T23:02:12Z,529,0,140,12
316
  CC-MAIN-2026-08,361,19338,2602591932,103405361,33034826,2026-03-13T23:14:47Z,607,0,140,29
317
  CC-MAIN-2026-08,362,19480,2568214354,100967996,31274039,2026-03-13T23:27:26Z,577,0,188,25
 
 
 
 
 
 
 
318
  CC-MAIN-2026-08,401,19441,2586676962,94334130,29618260,2026-03-13T11:41:00Z,0,0,33,0
319
  CC-MAIN-2026-08,402,19446,2552785517,96654791,30560442,2026-03-13T11:49:21Z,0,443,57,0
320
  CC-MAIN-2026-08,403,19320,2579048144,91406292,29341198,2026-03-13T11:56:46Z,0,414,29,0
@@ -395,6 +410,14 @@ CC-MAIN-2026-08,531,19460,2553022933,93648476,30171716,2026-03-13T22:53:41Z,609,
395
  CC-MAIN-2026-08,532,19118,2543492135,93810142,30041771,2026-03-13T23:04:41Z,525,0,136,15
396
  CC-MAIN-2026-08,533,19410,2555040866,91016286,29048349,2026-03-13T23:17:18Z,579,0,169,23
397
  CC-MAIN-2026-08,534,19426,2574915686,94390386,29713409,2026-03-13T23:28:41Z,602,0,93,26
 
 
 
 
 
 
 
 
398
  CC-MAIN-2026-08,551,19551,2609034951,89980913,29167227,2026-03-13T06:42:51Z,280,0,20,176
399
  CC-MAIN-2026-08,552,19402,2594817630,94092761,30309254,2026-03-13T06:48:30Z,211,0,46,80
400
  CC-MAIN-2026-08,553,19856,2617133708,99106486,30365588,2026-03-13T06:52:51Z,116,0,23,120
@@ -520,6 +543,14 @@ CC-MAIN-2026-08,779,19381,2581538675,94470928,30923647,2026-03-13T22:40:41Z,612,
520
  CC-MAIN-2026-08,780,19412,2530827471,89106010,28268620,2026-03-13T22:53:41Z,619,0,161,8
521
  CC-MAIN-2026-08,781,19378,2573128052,96502694,30579446,2026-03-13T23:04:41Z,521,0,130,15
522
  CC-MAIN-2026-08,782,19191,2514001323,93984901,29788459,2026-03-13T23:17:51Z,591,0,175,17
 
 
 
 
 
 
 
 
523
  CC-MAIN-2026-08,851,19575,2612873485,97000364,30911294,2026-03-13T06:41:39Z,163,0,37,204
524
  CC-MAIN-2026-08,852,19334,2546015208,94959847,30205044,2026-03-13T06:45:52Z,183,0,57,11
525
  CC-MAIN-2026-08,853,19694,2567973975,95901932,30303494,2026-03-13T06:50:12Z,150,0,28,80
@@ -630,6 +661,15 @@ CC-MAIN-2026-08,1039,19522,2595611358,99643509,31020715,2026-03-13T22:48:03Z,511
630
  CC-MAIN-2026-08,1040,19468,2614593420,97160239,30460282,2026-03-13T22:59:27Z,491,0,210,15
631
  CC-MAIN-2026-08,1041,19505,2576608995,93426025,29413659,2026-03-13T23:12:26Z,490,0,279,14
632
  CC-MAIN-2026-08,1042,19192,2571899981,96601341,29794175,2026-03-13T23:24:56Z,538,0,207,28
 
 
 
 
 
 
 
 
 
633
  CC-MAIN-2026-08,1101,19721,2641197765,95719568,30240239,2026-03-13T09:59:33Z,564,0,296,0
634
  CC-MAIN-2026-08,1102,19562,2608129691,99280759,31748974,2026-03-13T10:28:07Z,1518,0,191,0
635
  CC-MAIN-2026-08,1103,19270,2517580674,89253461,28361470,2026-03-13T10:55:39Z,1380,0,268,0
@@ -723,6 +763,15 @@ CC-MAIN-2026-08,1281,19713,2643985555,93507903,29802054,2026-03-13T22:44:41Z,476
723
  CC-MAIN-2026-08,1282,19423,2573958879,91565898,28776186,2026-03-13T22:56:26Z,540,0,162,12
724
  CC-MAIN-2026-08,1283,19423,2603811246,98778027,30646053,2026-03-13T23:07:41Z,520,0,163,15
725
  CC-MAIN-2026-08,1284,19467,2582383502,90875225,28744136,2026-03-13T23:20:42Z,591,0,177,15
 
 
 
 
 
 
 
 
 
726
  CC-MAIN-2026-08,1301,19417,2601765043,93758124,29790521,2026-03-13T11:40:27Z,0,0,0,0
727
  CC-MAIN-2026-08,1302,19471,2592470194,95488689,29747494,2026-03-13T11:40:27Z,0,0,0,0
728
  CC-MAIN-2026-08,1303,19681,2609544680,95027524,30250671,2026-03-13T11:40:27Z,0,0,0,0
 
202
  CC-MAIN-2026-08,199,19177,2509267183,94076859,30255587,2026-03-13T23:02:12Z,532,0,137,12
203
  CC-MAIN-2026-08,200,19357,2565521260,92091332,29401002,2026-03-13T23:14:26Z,600,0,133,14
204
  CC-MAIN-2026-08,201,19808,2613302440,99389904,31431971,2026-03-13T23:17:51Z,0,0,180,17
205
+ CC-MAIN-2026-08,202,19728,2585106361,98008522,30475870,2026-03-13T23:29:41Z,0,617,116,0
206
+ CC-MAIN-2026-08,203,19420,2587177142,96672958,30596793,2026-03-14T01:06:43Z,0,773,185,0
207
+ CC-MAIN-2026-08,204,19163,2540005965,93686250,29717586,2026-03-14T01:06:43Z,0,499,104,0
208
+ CC-MAIN-2026-08,205,19629,2570992240,90322874,28830256,2026-03-14T01:06:43Z,551,0,94,0
209
+ CC-MAIN-2026-08,206,19348,2582943918,97856032,32317309,2026-03-14T01:06:43Z,532,0,86,0
210
+ CC-MAIN-2026-08,207,19378,2547069352,92869998,29962538,2026-03-14T01:06:43Z,594,0,103,0
211
+ CC-MAIN-2026-08,208,19535,2594141211,95975058,29626564,2026-03-14T01:06:44Z,855,0,81,0
212
+ CC-MAIN-2026-08,209,19477,2556452554,94323140,29724815,2026-03-14T01:06:44Z,772,0,73,0
213
  CC-MAIN-2026-08,250,19200,2541559671,94959737,30214413,2026-03-13T17:42:47Z,511,0,85,19
214
  CC-MAIN-2026-08,251,19610,2594898345,97558492,31917087,2026-03-13T06:42:12Z,277,0,23,136
215
  CC-MAIN-2026-08,252,19240,2525928701,98163046,31104034,2026-03-13T06:47:10Z,238,0,49,10
 
323
  CC-MAIN-2026-08,360,19641,2563345822,95145193,30350889,2026-03-13T23:02:12Z,529,0,140,12
324
  CC-MAIN-2026-08,361,19338,2602591932,103405361,33034826,2026-03-13T23:14:47Z,607,0,140,29
325
  CC-MAIN-2026-08,362,19480,2568214354,100967996,31274039,2026-03-13T23:27:26Z,577,0,188,25
326
+ CC-MAIN-2026-08,363,19425,2600141321,93143950,31259555,2026-03-14T01:06:44Z,562,0,291,0
327
+ CC-MAIN-2026-08,364,19138,2534316121,92170717,28858998,2026-03-14T01:06:44Z,414,0,219,0
328
+ CC-MAIN-2026-08,365,19452,2594359247,97629860,31766080,2026-03-14T01:06:44Z,379,0,202,0
329
+ CC-MAIN-2026-08,366,19303,2581246710,93068493,29950344,2026-03-14T01:06:44Z,892,0,258,0
330
+ CC-MAIN-2026-08,367,19224,2546537039,93497264,29177902,2026-03-14T01:06:44Z,437,0,117,0
331
+ CC-MAIN-2026-08,368,19258,2574726313,93452151,30093839,2026-03-14T01:06:44Z,756,0,92,0
332
+ CC-MAIN-2026-08,369,19299,2562815931,93550342,29772834,2026-03-14T01:06:44Z,777,0,141,0
333
  CC-MAIN-2026-08,401,19441,2586676962,94334130,29618260,2026-03-13T11:41:00Z,0,0,33,0
334
  CC-MAIN-2026-08,402,19446,2552785517,96654791,30560442,2026-03-13T11:49:21Z,0,443,57,0
335
  CC-MAIN-2026-08,403,19320,2579048144,91406292,29341198,2026-03-13T11:56:46Z,0,414,29,0
 
410
  CC-MAIN-2026-08,532,19118,2543492135,93810142,30041771,2026-03-13T23:04:41Z,525,0,136,15
411
  CC-MAIN-2026-08,533,19410,2555040866,91016286,29048349,2026-03-13T23:17:18Z,579,0,169,23
412
  CC-MAIN-2026-08,534,19426,2574915686,94390386,29713409,2026-03-13T23:28:41Z,602,0,93,26
413
+ CC-MAIN-2026-08,535,19372,2556510336,93235527,29394261,2026-03-14T01:06:44Z,764,0,119,0
414
+ CC-MAIN-2026-08,536,19562,2599575458,96017489,30699061,2026-03-14T01:06:44Z,409,0,247,0
415
+ CC-MAIN-2026-08,537,19455,2556953127,95176084,29858076,2026-03-14T01:06:44Z,472,0,195,0
416
+ CC-MAIN-2026-08,538,19400,2537156416,95453052,30044532,2026-03-14T01:06:44Z,417,0,204,0
417
+ CC-MAIN-2026-08,539,19552,2569918291,89771531,28673088,2026-03-14T01:06:44Z,385,0,43,0
418
+ CC-MAIN-2026-08,540,19812,2645269315,101280672,31999793,2026-03-14T01:06:44Z,447,0,171,0
419
+ CC-MAIN-2026-08,541,19435,2582602988,93523616,29414799,2026-03-14T01:06:44Z,641,0,263,0
420
+ CC-MAIN-2026-08,542,19351,2560617708,92355960,30277476,2026-03-14T01:06:45Z,553,0,151,0
421
  CC-MAIN-2026-08,551,19551,2609034951,89980913,29167227,2026-03-13T06:42:51Z,280,0,20,176
422
  CC-MAIN-2026-08,552,19402,2594817630,94092761,30309254,2026-03-13T06:48:30Z,211,0,46,80
423
  CC-MAIN-2026-08,553,19856,2617133708,99106486,30365588,2026-03-13T06:52:51Z,116,0,23,120
 
543
  CC-MAIN-2026-08,780,19412,2530827471,89106010,28268620,2026-03-13T22:53:41Z,619,0,161,8
544
  CC-MAIN-2026-08,781,19378,2573128052,96502694,30579446,2026-03-13T23:04:41Z,521,0,130,15
545
  CC-MAIN-2026-08,782,19191,2514001323,93984901,29788459,2026-03-13T23:17:51Z,591,0,175,17
546
+ CC-MAIN-2026-08,783,19347,2558798333,93634918,30763760,2026-03-13T23:29:41Z,614,0,120,0
547
+ CC-MAIN-2026-08,784,19289,2535713328,97494517,30406559,2026-03-14T01:06:45Z,764,0,176,0
548
+ CC-MAIN-2026-08,785,19425,2554793448,92359436,29147592,2026-03-14T01:06:45Z,549,0,134,0
549
+ CC-MAIN-2026-08,786,19329,2550859880,92465418,30025420,2026-03-14T01:06:45Z,516,0,93,0
550
+ CC-MAIN-2026-08,787,19464,2568517666,94398281,30213235,2026-03-14T01:06:45Z,511,0,81,0
551
+ CC-MAIN-2026-08,788,19342,2556221932,93290980,29759739,2026-03-14T01:06:45Z,689,0,102,0
552
+ CC-MAIN-2026-08,789,19646,2603963249,99705235,31670198,2026-03-14T01:06:45Z,763,0,79,0
553
+ CC-MAIN-2026-08,790,19525,2564974109,93745695,29844446,2026-03-14T01:06:45Z,771,0,72,0
554
  CC-MAIN-2026-08,851,19575,2612873485,97000364,30911294,2026-03-13T06:41:39Z,163,0,37,204
555
  CC-MAIN-2026-08,852,19334,2546015208,94959847,30205044,2026-03-13T06:45:52Z,183,0,57,11
556
  CC-MAIN-2026-08,853,19694,2567973975,95901932,30303494,2026-03-13T06:50:12Z,150,0,28,80
 
661
  CC-MAIN-2026-08,1040,19468,2614593420,97160239,30460282,2026-03-13T22:59:27Z,491,0,210,15
662
  CC-MAIN-2026-08,1041,19505,2576608995,93426025,29413659,2026-03-13T23:12:26Z,490,0,279,14
663
  CC-MAIN-2026-08,1042,19192,2571899981,96601341,29794175,2026-03-13T23:24:56Z,538,0,207,28
664
+ CC-MAIN-2026-08,1043,19453,2592881589,94936306,30186281,2026-03-14T01:06:45Z,652,0,89,0
665
+ CC-MAIN-2026-08,1044,19771,2638208138,98462942,30664768,2026-03-14T01:06:45Z,628,0,137,0
666
+ CC-MAIN-2026-08,1045,19451,2544855228,92298373,29083712,2026-03-14T01:06:45Z,491,0,144,0
667
+ CC-MAIN-2026-08,1046,19462,2561204841,91261589,29620935,2026-03-14T01:06:45Z,391,0,54,0
668
+ CC-MAIN-2026-08,1047,19537,2568312277,90975370,28930964,2026-03-14T01:06:45Z,508,0,59,0
669
+ CC-MAIN-2026-08,1048,19481,2572752594,95395625,29908797,2026-03-14T01:06:45Z,561,0,100,0
670
+ CC-MAIN-2026-08,1049,19438,2573362037,94419088,30515004,2026-03-14T01:06:45Z,651,0,219,0
671
+ CC-MAIN-2026-08,1050,19497,2615702625,95277765,29658747,2026-03-14T01:06:45Z,417,0,206,0
672
+ CC-MAIN-2026-08,1051,19573,2590241730,95305012,30026915,2026-03-14T01:06:46Z,447,0,187,0
673
  CC-MAIN-2026-08,1101,19721,2641197765,95719568,30240239,2026-03-13T09:59:33Z,564,0,296,0
674
  CC-MAIN-2026-08,1102,19562,2608129691,99280759,31748974,2026-03-13T10:28:07Z,1518,0,191,0
675
  CC-MAIN-2026-08,1103,19270,2517580674,89253461,28361470,2026-03-13T10:55:39Z,1380,0,268,0
 
763
  CC-MAIN-2026-08,1282,19423,2573958879,91565898,28776186,2026-03-13T22:56:26Z,540,0,162,12
764
  CC-MAIN-2026-08,1283,19423,2603811246,98778027,30646053,2026-03-13T23:07:41Z,520,0,163,15
765
  CC-MAIN-2026-08,1284,19467,2582383502,90875225,28744136,2026-03-13T23:20:42Z,591,0,177,15
766
+ CC-MAIN-2026-08,1285,19568,2571349520,92274498,29360950,2026-03-14T01:06:46Z,539,0,366,0
767
+ CC-MAIN-2026-08,1286,19481,2581155814,96246688,29790790,2026-03-14T01:06:46Z,549,0,158,0
768
+ CC-MAIN-2026-08,1287,19548,2604341591,97874007,30052216,2026-03-14T01:06:46Z,494,0,143,0
769
+ CC-MAIN-2026-08,1288,19439,2573342445,100134451,31141729,2026-03-14T01:06:46Z,498,0,57,0
770
+ CC-MAIN-2026-08,1289,19800,2633806578,102358870,32220789,2026-03-14T01:06:46Z,534,0,62,0
771
+ CC-MAIN-2026-08,1290,19549,2597783363,94833504,29651770,2026-03-14T01:06:46Z,650,0,89,0
772
+ CC-MAIN-2026-08,1291,19269,2541012693,92877966,29210276,2026-03-14T01:06:46Z,803,0,69,0
773
+ CC-MAIN-2026-08,1292,19443,2585178785,93531562,29428217,2026-03-14T01:06:46Z,729,0,84,0
774
+ CC-MAIN-2026-08,1293,494,37594543,4081674,1141373,2026-03-14T01:06:46Z,280,0,3,0
775
  CC-MAIN-2026-08,1301,19417,2601765043,93758124,29790521,2026-03-13T11:40:27Z,0,0,0,0
776
  CC-MAIN-2026-08,1302,19471,2592470194,95488689,29747494,2026-03-13T11:40:27Z,0,0,0,0
777
  CC-MAIN-2026-08,1303,19681,2609544680,95027524,30250671,2026-03-13T11:40:27Z,0,0,0,0