View Single Post
Old 03-14-2010, 01:38 PM   #8
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by bthoven View Post
I simply add the link through calibre interface, no advanced customization from the standard coding. Could you share your recipe?
Code:
from calibre.web.feeds.news import BasicNewsRecipe

class Test(BasicNewsRecipe):
    title               = 'Test'
    __author__          = 'Starson17'
    description         = 'Test'
    language            = 'en'
    use_embedded_content= False
    no_stylesheets      = True
    oldest_article      = 24
    remove_javascript   = True

    feeds = [
             (u'Current Feed', u'http://www.sciencedaily.com/rss/space_time.xml')
             ]
Starson17 is offline   Reply With Quote