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-24-2011, 02:45 PM   #1
Jonas777
Groupie
Jonas777 has a complete set of Star Wars action figures.Jonas777 has a complete set of Star Wars action figures.Jonas777 has a complete set of Star Wars action figures.Jonas777 has a complete set of Star Wars action figures.
 
Jonas777's Avatar
 
Posts: 153
Karma: 364
Join Date: Oct 2009
Location: Sweden
Device: Amazon Kindle 2 Intl
swedish newspaper Dagens Industri

Code:
class AdvancedUserRecipe1311450855(BasicNewsRecipe):
    title          = u'Dagens Industri'
    __author__            = 'Jonas Svensson'
    description           = 'Economy news from Sweden'
    publisher             = 'DI'
    category              = 'news, politics, Sweden'
    oldest_article        = 2
    delay                 = 1
    max_articles_per_feed = 100
    no_stylesheets        = True
    use_embedded_content  = False
    encoding              = 'utf-8'
    language              = 'sv'

    feeds          = [(u'DI', u'http://di.se/rss')]

    keep_only_tags = [dict(name='h1', attrs={'id':'ctl00_ExtraWideContentRegion_WideContentRegion_MainRegion_MainContentRegion_MainBodyRegion_headlineNormal'}),dict(name='div', attrs={'id':'articleBody'})]

    remove_tags = [
                     dict(name='div',attrs={'class':'article-actions clear'})
                     ,dict(name='div',attrs={'class':'article-action-popup'})
                     ,dict(name='div',attrs={'class':'header'})
                     ,dict(name='div',attrs={'class':'content clear'})
                     ,dict(name='div',attrs={'id':'articleAdvertisementDiv'})
                     ,dict(name='ul',attrs={'class':'action-list'})
                  ]
Jonas777 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ebooks in Swedish for my Kindle brijoeire Amazon Kindle 7 07-26-2013 04:38 PM
Updated recipe for swedish newspaper Corren Jonas777 Recipes 0 07-24-2011 02:43 PM
Swedish Dagens Nyheter newspaper receipe not working... meehrcat Recipes 1 05-15-2011 12:40 PM
Books by Swedish authors thinkpad Reading Recommendations 22 03-17-2011 06:52 AM
27 Swedish classics owly Deals and Resources (No Self-Promotion or Affiliate Links) 3 10-09-2009 04:48 PM


All times are GMT -4. The time now is 07:53 PM.


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