mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Add DP OLS to known sources
This commit is contained in:
parent
02af93b654
commit
f0575be98f
5 changed files with 15 additions and 1 deletions
|
@ -17,7 +17,8 @@ const SOURCE_HATHI_TRUST = 1;
|
|||
const SOURCE_WIKISOURCE = 2;
|
||||
const SOURCE_INTERNET_ARCHIVE = 3;
|
||||
const SOURCE_GOOGLE_BOOKS = 4;
|
||||
const SOURCE_OTHER = 5;
|
||||
const SOURCE_DP_OLS = 5;
|
||||
const SOURCE_OTHER = 6;
|
||||
|
||||
const AVERAGE_READING_WORDS_PER_MINUTE = 275;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue