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, 02:17 PM   #1
erkfuizfeuadjfjz
Member
erkfuizfeuadjfjz began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Feb 2017
Device: Sony PRS-T3
recipe for sporza.be (Belgian sport news)

#!/usr/bin/env python2

from calibre.web.feeds.news import BasicNewsRecipe


class Sporzabe(BasicNewsRecipe):
title = u'Sporza.be'
__author__ = u'erkfuizfeuadjfjzefzfuzeff'
description = u'Sport 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'Voetbal', u'http://sporza.be/cm/sporza/voetbal?mode=atom&action=submit'),
(u'Wielrennen', u'http://sporza.be/cm/sporza/wielrennen?mode=atom&action=submit'),
(u'Tennis', u'http://sporza.be/cm/sporza/tennis?mode=atom&action=submit'),
(u'Auto en Motor', u'http://sporza.be/cm/sporza/auto_motor?mode=atom&action=submit'),
(u'Atletiek', u'http://sporza.be/cm/sporza/atletiek?mode=atom&action=submit'),
(u'Zaal', u'http://sporza.be/cm/sporza/zaal?mode=atom&action=submit'),
(u'Ander nieuws', u'http://sporza.be/cm/sporza/ander_nieuws?mode=atom&action=submit')
]
erkfuizfeuadjfjz is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
recipe for De Redactie.be (Belgian newspaper in Dutch) erkfuizfeuadjfjz Recipes 0 02-18-2017 01:30 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
BBC news, sport, & blog - new recipe, testers wanted. mattst Recipes 3 11-23-2011 06:19 AM


All times are GMT -4. The time now is 08:25 PM.


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