This commit is contained in:
Kovid Goyal 2024-09-12 17:11:24 +05:30
parent 825c6e69fa
commit 187a9edf10
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 0 deletions

View File

@ -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'

View File

@ -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'