![]() |
#1 |
Member
![]() Posts: 13
Karma: 10
Join Date: Feb 2017
Device: Sony PRS-T3
|
Recipe for nos.nl (Dutch news website)
#!/usr/bin/env python2
from calibre.web.feeds.news import BasicNewsRecipe class nosnl(BasicNewsRecipe): title = u'nos.nl' __author__ = u'erkfuizfeuadjfjzefzfuzeff' description = u'News from the Netherlands in Dutch' oldest_article = 7 language = 'nl_NL' max_articles_per_feed = 100 no_stylesheets = True use_embedded_content = False keep_only_tags = [dict(name='div', attrs={'class': 'art_box2'}), dict(name='h1'), dict(name='img'), dict(name='div', attrs={'class': 'article_textwrap'}), ] remove_tags = [dict(name='img', attrs={'class': 'weather-icon__image js-weather-icon'}), ] feeds = [ (u'Algemeen', u'http://feeds.nos.nl/nosnieuwsalgemeen'), (u'Binnenland', u'http://feeds.nos.nl/nosnieuwsbinnenland'), (u'Buitenland', u'http://feeds.nos.nl/nosnieuwsbuitenland'), (u'Politiek', u'http://feeds.nos.nl/nosnieuwspolitiek'), (u'Economie', u'http://feeds.nos.nl/nosnieuwseconomie'), (u'Opmerkelijk', u'feeds.nos.nl/nosnieuwsopmerkelijk'), (u'Koningshuis', u'http://feeds.nos.nl/nosnieuwskoningshuis'), (u'Tech', u'http://feeds.nos.nl/nosnieuwstech'), (u'Sport', u'http://feeds.nos.nl/nossportalgemeen'), (u'Sport voetbal', u'http://feeds.nos.nl/nosvoetbal'), (u'Sport wielrennen', u'http://feeds.nos.nl/nossportwielrennen'), (u'Sport schaatsen', u'http://feeds.nos.nl/nossportschaatsen'), (u'Sport tennis', u'http://feeds.nos.nl/nossporttennis'), (u'Nieuwsuur', u'http://feeds.nos.nl/nieuwsuuralgemeen'), (u'NOS op 3', u'http://feeds.feedburner.com/nosop3'), (u'Jeugdjournaal', u'http://feeds.feedburner.com/jeugdjournaal') ] |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dutch NRC recipe not working | BoundforPNG | Recipes | 2 | 10-24-2015 07:51 AM |
Dutch news | markmcopc | Recipes | 6 | 01-27-2013 07:44 PM |
a Dutch recipe, Trouw | asalet_r | Recipes | 0 | 04-08-2012 12:53 PM |
New Fairbanks Daily News-miner News Recipe -- Need Date inclusion only | rogerx | Recipes | 5 | 08-24-2011 09:12 AM |
Volkskrant / Dutch news feed | Reader2 | Calibre | 4 | 09-04-2009 03:22 PM |