mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
from calibre.web.feeds.news import BasicNewsRecipe
|
|
|
|
|
|
class AdvancedUserRecipe1317341570(BasicNewsRecipe):
|
|
title = u'Revista Semana'
|
|
__author__ = 'BIGO-CAVA'
|
|
language = 'es_CO'
|
|
oldest_article = 7
|
|
max_articles_per_feed = 100
|
|
|
|
feeds = [(u'Revista Semana', u'http://www.semana.com/rss/Semana_OnLine.xml')]
|