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 02-19-2017, 09:33 AM   #1
erkfuizfeuadjfjz
Member
erkfuizfeuadjfjz began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Feb 2017
Device: Sony PRS-T3
recipe for EOS Wetenschap (Dutch science news website)

#!/usr/bin/env python2

from calibre.web.feeds.news import BasicNewsRecipe


class EOSWetenschap(BasicNewsRecipe):
title = u'EOS Wetenschap'
__author__ = u'erkfuizfeuadjfjzefzfuzeff'
description = u'Wetenschapsnieuws'
oldest_article = 7
language = 'nl_NL'

max_articles_per_feed = 100
no_stylesheets = True
use_embedded_content = False

keep_only_tags = [
dict(name='title'),
dict(name='h1'),
dict(name='img'),
dict(name='p'),
]

remove_tags = [

]

feeds = [
(u'Alle nieuwsberichten', u'http://eoswetenschap.eu/rss/artikels/all'),
(u'Gezondheid', u'http://eoswetenschap.eu/rss/artikels/Gezondheid'),
(u'Geneeskunde', u'http://eoswetenschap.eu/artikels/Geneeskunde'),
(u'Voeding', u'http://eoswetenschap.eu/rss/artikels/Voeding'),
(u'Sport', u'http://eoswetenschap.eu/rss/artikels/Sport'),
(u'Natuur & Milieu', u'http://eoswetenschap.eu/rss/artikels/Natuur%20en%20Milieu'),
(u'Energie', u'http://eoswetenschap.eu/rss/artikels/Energie'),
(u'Klimaatverandering', u'http://eoswetenschap.eu/rss/artikels/Klimaatverandering'),
(u'Natuur', u'http://eoswetenschap.eu/rss/artikels/Natuur'),
(u'Gedrag', u'http://eoswetenschap.eu/rss/artikels/Gedrag'),
(u'Psychologie', u'http://eoswetenschap.eu/rss/artikels/Psychologie'),
(u'Hersenwetenschap', u'http://eoswetenschap.eu/rss/artikels/Hersenwetenschap'),
(u'Sociologie', u'http://eoswetenschap.eu/rss/artikels/Sociologie'),
(u'Fundamenteel onderzoek', u'http://eoswetenschap.eu/rss/artikels/Onderzoek'),
(u'Natuur- en wiskunde', u'http://eoswetenschap.eu/rss/artikels/Natuur-%20en%20wiskunde'),
(u'Genetica', u'http://eoswetenschap.eu/rss/artikels/Genetica'),
(u'Chemie', u'http://eoswetenschap.eu/rss/artikels/Chemie'),
(u'Technologie', u'http://eoswetenschap.eu/rss/artikels/Technologie'),
(u'Biotechnologie', u'http://eoswetenschap.eu/rss/artikels/Biotechnologie'),
(u'Nanotechnologie', u'http://eoswetenschap.eu/rss/artikels/Nanotechnologie'),
(u'ICT', u'http://eoswetenschap.eu/rss/artikels/Internet'),
(u'Mobiliteit', u'http://eoswetenschap.eu/artikels/Mobiliteit'),
(u'Geschiedenis', u'http://eoswetenschap.eu/rss/artikels/Historisch'),
(u'Archeologie- en paleontologie', u'http://eoswetenschap.eu/rss/artikels/Archeologie_Paleontologie'),
(u'Moderne geschiedenis', u'http://eoswetenschap.eu/rss/artikels/Moderne_geschiedenis'),
(u'Ruimte', u'http://eoswetenschap.eu/rss/artikels/Ruimte'),
(u'Ruimtevaart', u'http://eoswetenschap.eu/rss/artikels/ruimtevaart'),
(u'Kosmologie', u'http://eoswetenschap.eu/rss/artikels/Kosmologie')
]
erkfuizfeuadjfjz is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
improved recipe for hln.be (Belgian news website) erkfuizfeuadjfjz Recipes 0 02-19-2017 09:10 AM
Recipe for nos.nl (Dutch news website) erkfuizfeuadjfjz Recipes 0 02-18-2017 11:26 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


All times are GMT -4. The time now is 08:41 AM.


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