This commit is contained in:
Kovid Goyal 2010-05-13 07:42:00 -06:00
parent 5ac40fe90a
commit 4d553171b8
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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