mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
hatalska and favicon for money.pl
This commit is contained in:
parent
298d368858
commit
76c2715518
28
recipes/hatalska.recipe
Normal file
28
recipes/hatalska.recipe
Normal file
@ -0,0 +1,28 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
__license__ = 'GPL v3'
|
||||
__copyright__ = 'teepel 2012'
|
||||
|
||||
'''
|
||||
hatalska.com
|
||||
'''
|
||||
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
import re
|
||||
|
||||
class hatalska(BasicNewsRecipe):
|
||||
title = u'Hatalska'
|
||||
__author__ = 'teepel <teepel44@gmail.com>'
|
||||
language = 'pl'
|
||||
description = u'Blog specjalistki z branży mediowo-reklamowej - Natalii Hatalskiej'
|
||||
oldest_article = 7
|
||||
masthead_url='http://hatalska.com/wp-content/themes/jamel/images/logo.png'
|
||||
max_articles_per_feed = 100
|
||||
simultaneous_downloads = 5
|
||||
remove_javascript=True
|
||||
no_stylesheets=True
|
||||
|
||||
remove_tags =[]
|
||||
remove_tags.append(dict(name = 'div', attrs = {'class' : 'feedflare'}))
|
||||
|
||||
feeds = [(u'Blog', u'http://feeds.feedburner.com/hatalskacom')]
|
BIN
recipes/icons/hatalska.png
Normal file
BIN
recipes/icons/hatalska.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 387 B |
BIN
recipes/icons/money_pl.png
Normal file
BIN
recipes/icons/money_pl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 428 B |
Loading…
x
Reference in New Issue
Block a user