|
|
#1 |
|
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Jan 2011
Device: Kindle 3
|
Publico, 20minutos,eljueves recipes
Hi,
First of all present myself, Im new in the forum, i have a kindle 3 and i really like calibre project ![]() I would like to have the publico (http://www.publico.es) and el jueves (http://www.eljueves.es/) and 20minutos(http://www.20minutos.es), recipes, how can i doit? Publico and 20minutos with the rss downloads quite well, eljueves doesn't show the images. Can anybody help me? |
|
|
|
|
|
#2 |
|
Enthusiast
![]() ![]() Posts: 49
Karma: 196
Join Date: Jan 2011
Device: Kindle 3
|
Hi nadid:
I made a simple .recipe for 20 minutos' bulletin (boletín de 20 minutos), it's not the entire digital newspaper but works! and is very simple: Code:
class AdvancedUserRecipe1295310874(BasicNewsRecipe):
title = u'20 Minutos (Boletin)'
__author__ = 'Luis Hernández'
description = 'Periódico gratuito en español'
cover_url = 'http://estaticos.20minutos.es/mmedia/especiales/corporativo/css/img/logotipos_grupo20minutos.gif'
oldest_article = 2
max_articles_per_feed = 50
feeds = [(u'VESPERTINO', u'http://20minutos.feedsportal.com/c/32489/f/478284/index.rss')
, (u'DEPORTES', u'http://20minutos.feedsportal.com/c/32489/f/478286/index.rss')
, (u'CULTURA', u'http://www.20minutos.es/rss/ocio/')
, (u'TV', u'http://20minutos.feedsportal.com/c/32489/f/490877/index.rss')
]
I'm just Learning. |
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Jan 2011
Device: Kindle 3
|
Thanks
Hi tolyluis,
Thanks for the recipe!, im learning too , now im trying to download a comic blog (sinfest.net), but the gif of the comic does not get parsed :PThank you for the 20minutos recipe
|
|
|
|
|
|
#4 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Aug 2011
Device: amazon kindle
|
Hi Nadim
I create this simple recipe for Publico.es: Code:
class AdvancedUserRecipe1313940903(BasicNewsRecipe):
title = u'P\xfablico'
oldest_article = 7
max_articles_per_feed = 100
feeds = [(u'Publico.es', u'http://www.publico.es/rss/')]
|
|
|
|
![]() |
| Tags |
| recipe, recipe request, spanish |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 2 recipes | derekliang | Recipes | 1 | 12-20-2010 11:44 PM |
| Format for recipes? | Catlady | Ectaco jetBook | 11 | 11-20-2010 05:56 PM |
| Do recipes use a cache? | Starson17 | Calibre | 2 | 03-10-2010 10:05 PM |
| Where my recipes are kept? | bthoven | Calibre | 6 | 02-26-2010 12:20 AM |
| TOC in recipes | shaunconn | Calibre | 8 | 03-22-2009 04:24 PM |