calibre/recipes/inopressa.recipe
2014-01-28 11:42:47 +05:30

24 lines
933 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vim:fileencoding=UTF-8
from __future__ import unicode_literals
from calibre.web.feeds.news import BasicNewsRecipe
class Dingoo(BasicNewsRecipe):
language = 'ru'
__author__ = 'bug_me_not'
title = u'\u0418\u043d\u043e\u041f\u0440\u0435\u0441\u0441\u0430'
description = 'Иностранная пресса о России и не только'
cover_url = u'http://static.inopressa.ru/img/inopressa-logo-light.gif'
language = 'ru'
oldest_article = 14
max_articles_per_feed = 200
no_stylesheets = False
remove_javascript = True
auto_cleanup = True
feeds = [(u'\u043e \u0420\u043e\u0441\u0441\u0438\u0438 \u0438 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e', u'http://pda.inopressa.ru/rss')]
remove_tags_before = dict(name='div', attrs={'class':'article'})
remove_tags_after = dict(name='div', attrs={'class':'source'})