Register Guidelines E-Books Today's Posts Search

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

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 07-04-2009, 11:31 PM   #586
ModileReader
Junior Member
ModileReader began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2009
Device: Sony PRS-505 (Silver)
Would it be possible for someone to create a custom recipe for http://www.gulli.com/news/ and forhttp://www.fayerwayer.com/??
I would appreciate it much...
ModileReader is offline  
Old 07-05-2009, 03:29 AM   #587
trektech
Member
trektech began at the beginning.
 
Posts: 19
Karma: 12
Join Date: Jun 2009
Location: Singapore
Device: Sony PRS-505, Nexus One, Nikon D700, Smartq V7
hi kiklop. just wondering what software are you using to make this recipe. sorry for the noob question.

Last edited by trektech; 07-05-2009 at 03:40 AM.
trektech is offline  
Old 07-05-2009, 12:00 PM   #588
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
Quote:
Originally Posted by trektech View Post
hi kiklop. just wondering what software are you using to make this recipe. sorry for the noob question.
Any text editor will do. I use notepad++ . That is all.
kiklop74 is offline  
Old 07-05-2009, 01:56 PM   #589
SQMS
Junior Member
SQMS began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2009
Device: Sony 505
Talking

Thank you Kiklop for the Accountancy Age recipe
SQMS is offline  
Old 07-05-2009, 06:43 PM   #590
trektech
Member
trektech began at the beginning.
 
Posts: 19
Karma: 12
Join Date: Jun 2009
Location: Singapore
Device: Sony PRS-505, Nexus One, Nikon D700, Smartq V7
Quote:
Originally Posted by kiklop74 View Post
Any text editor will do. I use notepad++ . That is all.
thank you for the reply....
trektech is offline  
Old 07-05-2009, 11:12 PM   #591
ModileReader
Junior Member
ModileReader began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2009
Device: Sony PRS-505 (Silver)
My problem with the feeds mentioned above is that I don´t know how to get the right url to put in the script. But both webpages have RSS-feeds.

Last edited by ModileReader; 07-05-2009 at 11:29 PM.
ModileReader is offline  
Old 07-06-2009, 07:53 AM   #592
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
Quote:
Originally Posted by ModileReader View Post
My problem with the feeds mentioned above is that I don´t know how to get the right url to put in the script. But both webpages have RSS-feeds.
The first one has RSS url http://ticker.gulli.com/rss
And the other one has RSS url is http://feeds.feedburner.com/fayerwayer

What exactly is your problem?
kiklop74 is offline  
Old 07-06-2009, 03:09 PM   #593
ModileReader
Junior Member
ModileReader began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2009
Device: Sony PRS-505 (Silver)
To get these urls... But it works with them, so thank you very much!
ModileReader is offline  
Old 07-09-2009, 07:25 AM   #594
d1stewart
Junior Member
d1stewart began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jul 2009
Device: Kindle DX
National Review Online

Trying to download the day's articles on National Review Online (www.nationalreview.com). I followed the "how-to" online to do the custom script, and came up with this:
Code:
class AdvancedUserRecipe1247136264(BasicNewsRecipe):
    title          = u'National Review Online'
    oldest_article = 2
    max_articles_per_feed = 30

    feeds          = [(u'National Review Online', u'http://www.nationalreview.com/index.xml')]
    def print_version(self, url):
        return url.replace('http://article.nationalreview.com/', 'http://article.nationalreview.com/print/')
But all that gives me is, basically, a table of contents. Before adding the two last lines -- "def print_version etc." -- it did return articles, but only the first pages of multipage articles, and not the print pages (which are the complete articles).

Where am I making my mistakes?
d1stewart is offline  
Old 07-11-2009, 07:21 AM   #595
trektech
Member
trektech began at the beginning.
 
Posts: 19
Karma: 12
Join Date: Jun 2009
Location: Singapore
Device: Sony PRS-505, Nexus One, Nikon D700, Smartq V7
can you make a recipe for http://www.todayonline.com/RSS? thank you..
trektech is offline  
Old 07-12-2009, 01:14 PM   #596
moosejons_dad
Zealot
moosejons_dad began at the beginning.
 
Posts: 100
Karma: 18
Join Date: Oct 2006
Location: N.J.
Device: Sony Readers PRS-500 exchanged by Sony for PRS-600, PRS-505,IPAD3,mini
Sunday NYTimes

Can someone make a new recipe for the Sunday NYTimes because the current one does not contain the Sports or Business section for Sunday only?
http://www.nytimes.com/services/xml/rss/index.html

Thank you.
moosejons_dad is offline  
Old 07-13-2009, 01:44 PM   #597
p3aul
Captain Courageous
p3aul doesn't litterp3aul doesn't litter
 
p3aul's Avatar
 
Posts: 239
Karma: 102
Join Date: Apr 2009
Device: calibre, PRS 505
Can I get a custom recipe for the NOAA in my area. here is the link to the webpage:

http://forecast.weather.gov/MapClick...2=-83.6313&e=0

I tried to do this myself by adding a feed but it didn't work.

Do I just add the script you create in the recipe box in advanced mode?
Thanks,
Paul
p3aul is offline  
Old 07-13-2009, 03:32 PM   #598
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
Quote:
Originally Posted by trektech View Post
can you make a recipe for http://www.todayonline.com/RSS? thank you..
You can do it yourself. See this post: https://www.mobileread.com/forums/sho...&postcount=578

Start in the same manner, add all the feeds you want and than click on advanced mode button and add this at the bottom:

Code:
    encoding = 'utf-8'
    def print_version(self, url):
        return url.replace('www.todayonline.com/', 'www.todayonline.com/Print/')
It should work like that
kiklop74 is offline  
Old 07-14-2009, 09:46 AM   #599
trektech
Member
trektech began at the beginning.
 
Posts: 19
Karma: 12
Join Date: Jun 2009
Location: Singapore
Device: Sony PRS-505, Nexus One, Nikon D700, Smartq V7
Quote:
Originally Posted by kiklop74 View Post
You can do it yourself. See this post: https://www.mobileread.com/forums/sho...&postcount=578

Start in the same manner, add all the feeds you want and than click on advanced mode button and add this at the bottom:

Code:
    encoding = 'utf-8'
    def print_version(self, url):
        return url.replace('www.todayonline.com/', 'www.todayonline.com/Print/')
It should work like that

thank you, tried to make my own recipe but was unsuccessful, so i followed your advise but then it download only every first paragraph of the news.. i dont know what to do after that.
trektech is offline  
Old 07-14-2009, 09:58 AM   #600
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
Quote:
Originally Posted by trektech View Post
thank you, tried to make my own recipe but was unsuccessful, so i followed your advise but then it download only every first paragraph of the news.. i dont know what to do after that.
I forgot to add this

Code:
     use_embedded_content  = False
With that it will work
kiklop74 is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom column read ? pchrist7 Calibre 2 10-04-2010 02:52 AM
Archive for custom screensavers sleeplessdave Amazon Kindle 1 07-07-2010 12:33 PM
How to back up preferences and custom recipes? greenapple Calibre 3 03-29-2010 05:08 AM
Donations for Custom Recipes ddavtian Calibre 5 01-23-2010 04:54 PM
Help understanding custom recipes andersent Calibre 0 12-17-2009 02:37 PM


All times are GMT -4. The time now is 03:13 AM.


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