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