mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
f9841b2012
commit
1fbed30a67
@ -1,7 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
from __future__ import (unicode_literals, division, absolute_import, print_function)
|
from __future__ import (unicode_literals, division, absolute_import, print_function)
|
||||||
store_version = 3 # Needed for dynamic plugin loading
|
store_version = 3 # Needed for dynamic plugin loading
|
||||||
|
|
||||||
__license__ = 'GPL 3'
|
__license__ = 'GPL 3'
|
||||||
__copyright__ = '2011, 2013, John Schember <john@nachtimwald.com>'
|
__copyright__ = '2011, 2013, John Schember <john@nachtimwald.com>'
|
||||||
@ -40,7 +40,7 @@ class GutenbergStore(BasicStoreConfig, OpenSearchOPDSStore):
|
|||||||
* acquisition links are not part of the search result so we have
|
* acquisition links are not part of the search result so we have
|
||||||
to go to the odps item itself. Detail item pages have a nasty
|
to go to the odps item itself. Detail item pages have a nasty
|
||||||
note saying:
|
note saying:
|
||||||
DON'T USE THIS PAGE FOR SCRAPING.
|
DON'T USE THIS PAGE FOR SCRAPING.
|
||||||
Seriously. You'll only get your IP blocked.
|
Seriously. You'll only get your IP blocked.
|
||||||
We're using the ODPS feed because people are getting blocked with
|
We're using the ODPS feed because people are getting blocked with
|
||||||
the previous implementation so due to this using ODPS probably
|
the previous implementation so due to this using ODPS probably
|
||||||
|
Loading…
x
Reference in New Issue
Block a user