mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 04:34:49 +02:00
...
This commit is contained in:
parent
5ac40fe90a
commit
4d553171b8
2 changed files with 3 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ class PhysicsWorld(BasicNewsRecipe):
|
|||
oldest_article = 7
|
||||
max_articles_per_feed = 100
|
||||
no_stylesheets = True
|
||||
cover_url = 'http://images.iop.org/cws/icons/themes/phw/header-logo.png'
|
||||
use_embedded_content = False
|
||||
remove_javascript = True
|
||||
needs_subscription = True
|
||||
|
|
|
|||
|
|
@ -66,5 +66,6 @@ class AVANT(USBMS):
|
|||
VENDOR_NAME = 'E-BOOK'
|
||||
WINDOWS_MAIN_MEM = 'READER'
|
||||
|
||||
EBOOK_DIR_MAIN = 'E-books'
|
||||
EBOOK_DIR_MAIN = ''
|
||||
SUPPORTS_SUB_DIRS = True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue