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-18-2017, 01:30 PM   #1
erkfuizfeuadjfjz
Member
erkfuizfeuadjfjz began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Feb 2017
Device: Sony PRS-T3
recipe for De Redactie.be (Belgian newspaper in Dutch)

#!/usr/bin/env python2

from calibre.web.feeds.news import BasicNewsRecipe


class DeRedactie(BasicNewsRecipe):
title = u'De Redactie.be'
__author__ = u'erkfuizfeuadjfjzefzfuzeff'
description = u'News from Belgium in Dutch'
oldest_article = 7
language = 'nl_BE'

max_articles_per_feed = 100
no_stylesheets = True
use_embedded_content = False

keep_only_tags = [
dict(name='title'),
dict(name='div', attrs={'id': 'intro'}),
dict(name='h3'),
dict(name='h1'),
dict(name='span', attrs={'class': 'media_holder'}),
dict(name='div', attrs={'class': 'divider image'}),
dict(name='div', attrs={'class': 'paragraph'})
]

remove_tags = [

]

feeds = [
(u'Hoofdpunten', u'http://deredactie.be/cm/vrtnieuws?mode=atom'),
(u'Binnenland', u'http://deredactie.be/cm/vrtnieuws/binnenland?mode=atom'),
(u'Politiek', u'http://deredactie.be/cm/vrtnieuws/politiek?mode=atom'),
(u'Buitenland', u'http://deredactie.be/cm/vrtnieuws/buitenland?mode=atom'),
(u'Cultuur en Media', u'http://deredactie.be/cm/vrtnieuws/cultuur+en+media?mode=atom'),
(u'Economie', u'http://deredactie.be/cm/vrtnieuws/economie?mode=atom'),
(u'Ook dat nog', u'http://deredactie.be/cm/vrtnieuws/ookdatnog?mode=atom'),
(u'Regionaal Antwerpen', u'http://deredactie.be/cm/vrtnieuws/regio/antwerpen?mode=atom'),
(u'Regionaal Brussel', u'http://deredactie.be/cm/vrtnieuws/regio/brussel?mode=atom'),
(u'Regionaal Limburg', u'http://deredactie.be/cm/vrtnieuws/regio/limburg?mode=atom'),
(u'Regionaal Oost-Vlaanderen', u'http://deredactie.be/cm/vrtnieuws/regio/oostvlaanderen?mode=atom'),
(u'Regionaal Vlaams-Brabant', u'http://deredactie.be/cm/vrtnieuws/regio/vlaamsbrabant?mode=atom'),
(u'Regionaal West-Vlaanderen', u'http://deredactie.be/cm/vrtnieuws/regio/westvlaanderen?mode=atom')
]
erkfuizfeuadjfjz is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Belgian-Dutch recipes Broken (for some time) Kunvp Recipes 14 07-21-2017 01:31 PM
Recipe for De Morgen (Belgian newspaper) based on built in from Darko Miletic erkfuizfeuadjfjz Recipes 0 02-18-2017 10:33 AM
Recipe for Het Laatste Nieuws (Belgian newspaper) based on built in recipe of Darko M erkfuizfeuadjfjz Recipes 0 02-17-2017 03:11 PM
Recipe voor De Tijd (Belgian newspaper) based on built in recipe of Darko Miletic erkfuizfeuadjfjz Recipes 0 02-17-2017 02:43 PM
Recipe for Dutch newspaper "Dagblad van het Noorden" reijndert Recipes 2 05-18-2011 07:52 AM


All times are GMT -4. The time now is 12:56 AM.


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