Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 07-25-2013, 10:46 AM   #1
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,161
Karma: 1404241
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
Blindbuch.de

I like to introduce and share a new german recipe for Blindbuch - Bücher neu entdecken. The concept of blindbuch.de is based on an idea published at Forbs Book Discovery: Give Me Blind Dates With Books from Suw Charman-Anderson. Maybe you will like this kind of introducing books like I do since a couple of days.

Spoiler:
Code:
##
## Written:      July 2013
## Last Edited:  2013-07-11
## Version:      1.0
## Last update:  2013-07-25
##

__license__   = 'GPL v3'
__copyright__ = '2013, Armin Geller'

'''
Fetch blindenbuch.de
'''

from calibre.web.feeds.recipes import BasicNewsRecipe
class AdvancedUserRecipe1303841067(BasicNewsRecipe):

    title                 = u'Blindbuch - Bücher neu entdecken'
    __author__            = 'Armin Geller' #AGe 2013-07-11
    description           = u'Bücher blind präsentiert'
    publisher             = 'blindbuch.de'
    publication_type      = 'ebook news'
    tags                  = 'Bücher, Literatur, E-Books, Germany'
    timefmt               = ' [%a, %d %b %Y]'
    publication_type      = 'Feed'
    language              = 'de-DE'
    encoding              = 'utf-8'
    
    oldest_article        = 14
    max_articles_per_feed = 100
    
    no_stylesheets        = True
    use_embedded_content  = False
    remove_javascript     = True
    
    conversion_options    = { 'title'       : title,
                              'comments'    : description,
                              'tags'        : tags,
                              'language'    : language,
                              'publisher'   : publisher,
                              'authors'     : publisher,
                             }

    cover_url             = 'http://blindbuch.de/img/blindbuch_calibre.png'
    masthead_url          = 'http://www.blindbuch.de/img/Masterhead.JPG'
    
    extra_css = '''
                    h1{font-weight:bold;font-size:large;}
                    .post-meta {font-size: 1em;text-align: left; font-style: italic}
                '''

    keep_only_tags = [
                       dict(name='article')
                     ]

    remove_tags = [
                    dict(name='div', attrs={'class':['su-spoiler su-spoiler-style-1','post-comments comments',]}),
                    dict(name='span', attrs={'class':['post-comments comments',]}),
                    dict(name='div', attrs={'addthis':['title',]}),
                  ]

    feeds = [(u'Blindbuch', u'http://www.blindbuch.de/feed/')]
Attached Files
File Type: zip Blindbuch.de_AGe.zip (998 Bytes, 116 views)

Last edited by Divingduck; 07-25-2013 at 11:03 AM.
Divingduck is offline   Reply With Quote
Old 09-29-2014, 02:38 AM   #2
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,161
Karma: 1404241
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
Hi Kovid,

A clean up of a dead recipe. Can you please delete this recipe? This project discontinued and the feed is since some days not available too.

Thanks in advanced,
Armin
Divingduck is offline   Reply With Quote
Advert
Old 09-29-2014, 02:52 AM   #3
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,860
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
sure.
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump


All times are GMT -4. The time now is 02:46 PM.


MobileRead.com is a privately owned, operated and funded community.