mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Voetbal Belgie by erkfuizfeuadjfjzefzfuzeff
This commit is contained in:
parent
2723f35ed0
commit
0119ef97b2
26
recipes/voetbal_belgie.recipe
Normal file
26
recipes/voetbal_belgie.recipe
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
#!/usr/bin/env python2
|
||||||
|
|
||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
|
class VoetbalBE(BasicNewsRecipe):
|
||||||
|
title = u'Voetbal België'
|
||||||
|
__author__ = u'erkfuizfeuadjfjzefzfuzeff'
|
||||||
|
description = u'Voetbalnieuws uit België'
|
||||||
|
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='h1'),
|
||||||
|
dict(name='a', attrs={'class': 'fancy'}),
|
||||||
|
dict(name='img', attrs={'class': 'border kalooga_10605'}),
|
||||||
|
dict(name='div', attrs={'class': 'text'})
|
||||||
|
]
|
||||||
|
|
||||||
|
remove_tags = []
|
||||||
|
|
||||||
|
feeds = [(u'Voetbalnieuws', u'http://www.voetbalbelgie.be/nl/rss')]
|
Loading…
x
Reference in New Issue
Block a user