diff --git a/recipes/muy_interesante_mexico.recipe b/recipes/muy_interesante_mexico.recipe index abe3be798a..9aebe50a0e 100644 --- a/recipes/muy_interesante_mexico.recipe +++ b/recipes/muy_interesante_mexico.recipe @@ -1,6 +1,7 @@ #!/usr/bin/env python from calibre.web.feeds.news import BasicNewsRecipe, classes + class MuyInteresante(BasicNewsRecipe): title = 'Muy Interesante México' __author__ = 'unkn0wn' diff --git a/recipes/revista_muy.recipe b/recipes/revista_muy.recipe index ad5e21b6d4..b24397fd93 100644 --- a/recipes/revista_muy.recipe +++ b/recipes/revista_muy.recipe @@ -1,6 +1,7 @@ #!/usr/bin/env python from calibre.web.feeds.news import BasicNewsRecipe, classes + class RevistaMuyInteresante(BasicNewsRecipe): title = 'Revista Muy Interesante' __author__ = 'unkn0wn'