add opentextbc to pressbooks list

pull/95/head
eric 2018-09-09 21:55:38 -04:00
parent fb6f9ec9e5
commit 04aed3bf16
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ from . import BaseScraper
class PressbooksScraper(BaseScraper):
can_scrape_hosts = [
'bookkernel.com', 'milnepublishing.geneseo.edu', 'press.rebus.community', 'pb.unizin.org',
'opentext.wsu.edu', 'oer.missouriwestern.edu', 'eskript.ethz.ch', 'opentext.lib.vt.edu',]
'opentext.wsu.edu', 'oer.missouriwestern.edu', 'eskript.ethz.ch', 'opentext.lib.vt.edu',
'opentextbc.ca',
]
can_scrape_strings = ['pressbooks']
def get_downloads(self):