no feed on this domain any more

This commit is contained in:
Tomasz Długosz 2015-10-16 16:09:52 +02:00
parent a57b73a047
commit ca3f406538
2 changed files with 0 additions and 26 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 500 B

View File

@ -1,26 +0,0 @@
#!/usr/bin/env python2
__license__ = 'GPL v3'
__copyright__ = 'MrStefan'
'''
www.mobilna.pl
'''
from calibre.web.feeds.news import BasicNewsRecipe
class mobilna(BasicNewsRecipe):
title = u'Mobilna.pl'
__author__ = 'MrStefan <mrstefaan@gmail.com>'
language = 'pl'
description =u'twoja mobilna strona'
#masthead_url=''
remove_empty_feeds= True
oldest_article = 7
max_articles_per_feed = 100
remove_javascript=True
no_stylesheets=True
use_embedded_content = True
#keep_only_tags =[dict(attrs={'class':'Post'})]
feeds = [(u'Artykuły', u'http://mobilna.pl/feed/')]