decahedron commited on
Commit
de5e593
·
verified ·
1 Parent(s): d83e8e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -88,4 +88,16 @@ language:
88
  - yid
89
  ---
90
 
91
- A dataset of all audio files uploaded to LibriVox before 26th September 2023.
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  - yid
89
  ---
90
 
91
+ A dataset of all audio files & corresponding sources uploaded to LibriVox before 1st November 2025.
92
+
93
+ - [**Donate to Internet Archive**](https://archive.org/donate), who hosts most of the audio data
94
+ - [**Donate to Project Gutenberg**](https://www.gutenberg.org/donate/), the host of most of the books read
95
+
96
+ Be a good netizen and use proper caching & sensible rate limiting when downloading files.
97
+
98
+ ---
99
+
100
+ ### November 2025 Update
101
+ - `book.id`, `section.id`, and `section.num` are now integers instead of strings.
102
+ - `reader` has been replaced with a `readers` array. No entries currently have more or less than 1 reader.
103
+ - `text` has become `source`. The `text` field is now a direct link to the plaintext source of the book, if such source exists; `null` otherwise. 250K entries (~53%) have plaintext source available.