#!/usr/bin/env python2
# vim:fileencoding=utf-8
from __future__ import unicode_literals, division, absolute_import, print_function
from calibre.web.feeds.news import AutomaticNewsRecipe

class BasicUserRecipe1534676138(AutomaticNewsRecipe):
    title          = 'N\xe9pszava'
    oldest_article = 2
    max_articles_per_feed = 100
    auto_cleanup   = True

    feeds          = [
        ('Belf\xf6ld', 'https://nepszava.hu/tag/belfold/feed'),
        ('Gazdas\xe1g', 'https://nepszava.hu/tag/gazdasag/feed'),
        ('K\xfclf\xf6ld', 'https://nepszava.hu/tag/kulfold/feed'),
        ('Reflektor', 'https://nepszava.hu/tag/reflektor/feed'),
        ('V\xe9lem\xe9ny', 'https://nepszava.hu/tag/velemeny/feed'),
        ('Fot\xf3gal\xe9ria', 'https://nepszava.hu/tag/fotogaleria/feed'),
        ('Kult\xfara', 'https://nepszava.hu/tag/kultura/feed'),
        ('B\u0171n\xfcgy/baleset', 'https://nepszava.hu/tag/bunugy-baleset/feed'),
        ('Sport', 'https://nepszava.hu/tag/sport/feed'),
        ('Sz\xe9p sz\xf3', 'https://nepszava.hu/tag/szep-szo/feed'),
    ]