Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 10-14-2010, 02:17 AM   #1
Moik
Member Retired
Moik began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Oct 2010
Device: Kindle 3
Recipe Request for Handelsblatt [GER]

Hello altogether,

I have spent almost the whole day on finding a solution on the following:

My favorite newspaper hasn't got one overall RSS-Feed but a lot of several ones: http://www.handelsblatt.com/rss-feeds/
Above this one of this feeds has got a maximum of about 20 entries although there are a lot more over the day. So articles pass through over the day.

I am looking for a solution that provides me every morning with the articles out of several (not all of them) feeds over the last 24hrs and converts them into an ebook for Kindle 3.

So far I have tried
  • yahoo pipes: Aggregates feeds into one new feed but unable to save feeds which have already been taken out of one of the source feeds.
  • google search over the last 24hrs for Handelsblatt: ~2000 results are wayyy too much and the resulting feed only covers 10 entries...
  • google reader: Covers articles of the last 24 hrs It is even possible to acces the articles via this method but
    • Handelsblatt-articles are not imported properly (only the captions)
    • the guys who made the recipe (and did a great job) havn't found a method to mark the downloaded articles as read to only download the unread articles (which I would need for the 24hr thing)

Has anybody here an idea what I could try or could even provide me with a recipe?!
The paper is daily delivered to my house at the other side of the Atlantic and if my Kindle would allow me to read it here (without getting a second Kindle-subscription for the same newspaper...)!

Thank you very much in advance! Me (and my boss -> see first sentence) would really appreciate it!
Moik is offline   Reply With Quote
Old 10-14-2010, 10:17 AM   #2
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by Moik View Post
Hello altogether,

I have spent almost the whole day on finding a solution on the following:

My favorite newspaper hasn't got one overall RSS-Feed but a lot of several ones: http://www.handelsblatt.com/rss-feeds/
Above this one of this feeds has got a maximum of about 20 entries although there are a lot more over the day. So articles pass through over the day.

I am looking for a solution that provides me every morning with the articles out of several (not all of them) feeds over the last 24hrs and converts them into an ebook for Kindle 3.

So far I have tried
  • yahoo pipes: Aggregates feeds into one new feed but unable to save feeds which have already been taken out of one of the source feeds.
  • google search over the last 24hrs for Handelsblatt: ~2000 results are wayyy too much and the resulting feed only covers 10 entries...
  • google reader: Covers articles of the last 24 hrs It is even possible to acces the articles via this method but
    • Handelsblatt-articles are not imported properly (only the captions)
    • the guys who made the recipe (and did a great job) havn't found a method to mark the downloaded articles as read to only download the unread articles (which I would need for the 24hr thing)

Has anybody here an idea what I could try or could even provide me with a recipe?!
The paper is daily delivered to my house at the other side of the Atlantic and if my Kindle would allow me to read it here (without getting a second Kindle-subscription for the same newspaper...)!

Thank you very much in advance! Me (and my boss -> see first sentence) would really appreciate it!
Multiple feed recipes are very common. You just give the recipe the name you want for the feed and the URL.

Here is the format from a random recipe:

Spoiler:
Code:
    feeds = [
              (u'Ultimas Noticias' , u'http://www.diariovasco.com/rss/feeds/ultima.xml'       )
             ,(u'Portada'          , u'http://www.diariovasco.com/portada.xml'                )
             ,(u'Politica'         , u'http://www.diariovasco.com/rss/feeds/politica.xml'     )
             ,(u'Deportes'         , u'http://www.diariovasco.com/rss/feeds/deportes.xml'     )
             ,(u'Economia'         , u'http://www.diariovasco.com/rss/feeds/economia.xml'     )
             ,(u'Mundo'            , u'http://www.diariovasco.com/rss/feeds/mundo.xml'        )
             ,(u'Cultura'          , u'http://www.diariovasco.com/rss/feeds/cultura.xml'      )
             ,(u'Gente'            , u'http://www.diariovasco.com/rss/feeds/gente.xml'        )
             ,(u'Contraportada'    , u'http://www.diariovasco.com/rss/feeds/contraportada.xml')
            ]


Just choose the feeds you want.
Starson17 is offline   Reply With Quote
Advert
Old 10-14-2010, 11:32 AM   #3
Moik
Member Retired
Moik began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Oct 2010
Device: Kindle 3
Thank you very much, I'll try later if the conversion works fine with this!

Has anybody got and idea how to deal with the 24h-intervall?
Moik is offline   Reply With Quote
Old 10-14-2010, 02:10 PM   #4
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by Moik View Post
Thank you very much, I'll try later if the conversion works fine with this!
You're welcome.
Quote:
Has anybody got and idea how to deal with the 24h-intervall?
Yes.
Edit:
That should have been: Yes, but ideas are cheap. I'm intrigued by the option of storing data from one recipe run to another. It might help with this problem. See here:
https://www.mobileread.com/forums/sho...d.php?t=100695

Last edited by Starson17; 10-14-2010 at 02:29 PM.
Starson17 is offline   Reply With Quote
Old 10-15-2010, 02:51 AM   #5
Moik
Member Retired
Moik began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Oct 2010
Device: Kindle 3
Hi,

I have tried to get proper articles downloaded but they are quite messy. And very often the are cut off since there are Markers for Part 1,2,3,... on the bottom.
I wanted to try it with the print version now, but my coding is too limited. It shouldn't be hard for somebody who knows Python I guess! Here is what I would need in code:
  1. Each article has got a unique number at the end. Copy this number! e.g. http://www.handelsblatt.com/finanzen...eglich;2673355 leads to 2673355
  2. Enter the number at the position marked red: http://www.handelsblatt.com/_b=XXXXXXXX,_p=16,_t=ftprint,doc_page=0;printpage

If I am not mistaken that's already it... Of course there will probably be some further problems with videos or so but this should make a good beginning....

@Starson17: I have added the other thread to my subscriptions, thanks!
Moik is offline   Reply With Quote
Advert
Old 10-15-2010, 08:16 AM   #6
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by Moik View Post
Hi,

I have tried to get proper articles downloaded but they are quite messy. And very often the are cut off since there are Markers for Part 1,2,3,... on the bottom.
These are likely multipage links. Search this subforum for "multipage" to see how to address this, or look at the AdventureGamer recipe.
Starson17 is offline   Reply With Quote
Old 10-15-2010, 07:13 PM   #7
Moik
Member Retired
Moik began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Oct 2010
Device: Kindle 3
Wouldn't it be better to use the print version since there is less link/advertisement/etc. stuff? I also think the pictures there could be in an easier format. Pictures from the standard feed couldn't be implemented yet. Or is this harder to implement?
Moik is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Request for recipe sumper Recipes 2 10-11-2010 02:25 AM
Recipe request please aessedai44 Recipes 2 10-06-2010 01:07 AM
Request for recipe exdream Calibre 3 04-24-2010 10:13 AM
Request for Recipe ddavtian Calibre 2 11-24-2008 02:43 AM
Yet another Recipe request.. sherman Calibre 4 11-21-2008 04:42 AM


All times are GMT -4. The time now is 08:55 PM.


MobileRead.com is a privately owned, operated and funded community.