mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 20:36:38 -04:00
Remove OLS from pre-formatted page scan links
This commit is contained in:
parent
44dff22fd6
commit
79e17c9b94
3 changed files with 0 additions and 5 deletions
|
@ -27,7 +27,6 @@ const SOURCE_HATHI_TRUST = 1;
|
|||
const SOURCE_WIKISOURCE = 2;
|
||||
const SOURCE_INTERNET_ARCHIVE = 3;
|
||||
const SOURCE_GOOGLE_BOOKS = 4;
|
||||
const SOURCE_DP_OLS = 5;
|
||||
const SOURCE_OTHER = 6;
|
||||
const SOURCE_PROJECT_GUTENBERG_CANADA = 7;
|
||||
const SOURCE_PROJECT_GUTENBERG_AUSTRALIA = 8;
|
||||
|
|
|
@ -410,9 +410,6 @@ class Ebook{
|
|||
elseif(mb_stripos($e, 'books.google.com/') !== false || mb_stripos($e, 'google.com/books/') !== false){
|
||||
$this->Sources[] = new EbookSource(SOURCE_GOOGLE_BOOKS, $e);
|
||||
}
|
||||
elseif(mb_stripos($e, 'www.pgdp.org/ols/') !== false){
|
||||
$this->Sources[] = new EbookSource(SOURCE_DP_OLS, $e);
|
||||
}
|
||||
elseif(mb_stripos($e, 'www.fadedpage.com') !== false){
|
||||
$this->Sources[] = new EbookSource(SOURCE_FADED_PAGE, $e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue