diff --git a/recipes/mmc_rtv.recipe b/recipes/mmc_rtv.recipe index 1a87fa5be2..67bc888d90 100644 --- a/recipes/mmc_rtv.recipe +++ b/recipes/mmc_rtv.recipe @@ -6,6 +6,7 @@ from calibre.web.feeds.news import BasicNewsRecipe + class MMCRTV(BasicNewsRecipe): title = u'MMC RTV Slovenija' __author__ = u'TadejS' @@ -45,4 +46,3 @@ class MMCRTV(BasicNewsRecipe): (u'Ture avanture', u'https://www.rtvslo.si/feeds/28.xml'), (u'Črna kronika', u'https://www.rtvslo.si/feeds/08.xml'), ] -