Add DP OLS to known sources

This commit is contained in:
Alex Cabal 2019-01-23 17:46:35 -06:00
parent 02af93b654
commit f0575be98f
5 changed files with 15 additions and 1 deletions

View file

@ -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;