mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
lifehacker_pl
This commit is contained in:
parent
76c2715518
commit
59d17954f2
BIN
recipes/icons/lifehacker_pl.png
Normal file
BIN
recipes/icons/lifehacker_pl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
25
recipes/lifehacker_pl.recipe
Normal file
25
recipes/lifehacker_pl.recipe
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
__license__ = 'GPL v3'
|
||||||
|
__copyright__ = 'MrStefan'
|
||||||
|
|
||||||
|
'''
|
||||||
|
www.lifehacking.pl
|
||||||
|
'''
|
||||||
|
|
||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
import re
|
||||||
|
|
||||||
|
class lifehacking(BasicNewsRecipe):
|
||||||
|
title = u'Lifehacker Polska'
|
||||||
|
__author__ = 'MrStefan <mrstefaan@gmail.com>'
|
||||||
|
language = 'pl'
|
||||||
|
description =u'Lifehacking - sposoby na zwiększanie własnej wydajności. Ułatwiaj sobie życie, wykorzystując wiedzę, metody, technologie, przydatne strony ...'
|
||||||
|
masthead_url='http://lifehacking.pl/wp-content/themes/lifehacking/images/lifehackerlogo.png'
|
||||||
|
remove_empty_feeds= True
|
||||||
|
oldest_article = 7
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
remove_javascript=True
|
||||||
|
no_stylesheets=True
|
||||||
|
|
||||||
|
feeds = [(u'Lifehacker polska', u'http://feeds.feedburner.com/pl_lh')]
|
Loading…
x
Reference in New Issue
Block a user