mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
5ac40fe90a
commit
4d553171b8
@ -10,6 +10,7 @@ class PhysicsWorld(BasicNewsRecipe):
|
|||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
|
cover_url = 'http://images.iop.org/cws/icons/themes/phw/header-logo.png'
|
||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
remove_javascript = True
|
remove_javascript = True
|
||||||
needs_subscription = True
|
needs_subscription = True
|
||||||
|
@ -66,5 +66,6 @@ class AVANT(USBMS):
|
|||||||
VENDOR_NAME = 'E-BOOK'
|
VENDOR_NAME = 'E-BOOK'
|
||||||
WINDOWS_MAIN_MEM = 'READER'
|
WINDOWS_MAIN_MEM = 'READER'
|
||||||
|
|
||||||
EBOOK_DIR_MAIN = 'E-books'
|
EBOOK_DIR_MAIN = ''
|
||||||
|
SUPPORTS_SUB_DIRS = True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user