mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 12:54:48 -04:00
Add comment for clarity
This commit is contained in:
parent
f2ffacdff8
commit
c2dabfbe2d
1 changed files with 1 additions and 0 deletions
|
@ -405,6 +405,7 @@ class Ebook{
|
|||
$this->Sources[] = new EbookSource(SOURCE_PROJECT_GUTENBERG_CANADA, $e);
|
||||
}
|
||||
elseif(mb_stripos($e, 'archive.org/details') !== false){
|
||||
// `/details` excludes Wayback Machine URLs which may sometimes occur, for example in Lyrical Ballads
|
||||
$this->Sources[] = new EbookSource(SOURCE_INTERNET_ARCHIVE, $e);
|
||||
}
|
||||
elseif(mb_stripos($e, 'hathitrust.org/') !== false){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue