View Single Post
Old 03-31-2009, 06:30 PM   #9
Hypernova
Hyperreader
Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.
 
Posts: 130
Karma: 28678
Join Date: Feb 2009
Device: Current: Boox Leaf2 (broken) Past: H2O, Kindle PW1, DXG;Pocketbook 360
Code:
from calibre.web.feeds.news import BasicNewsRecipe
class FanFiction(BasicNewsRecipe):
    title          = u'FanFiction'
    oldest_article = 10000
    max_articles_per_feed = 10
    use_embedded_content  = False
    remove_javascript     = True
    no_stylesheets        = True
    keep_only_tags     = [dict(name='div', attrs={'id':'storytext'})]

    html2epub_options = 'base_font_size="14pt"'
    
    feeds          = [(u'Spiral', u'http://www.fanfiction.net/atom/l/1702/10/0/1/1/0/9281/9284/2/0/')]
doesn't work either. BTW, the conversion through GUI interface has no problem.
Hypernova is offline   Reply With Quote