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 05-04-2009, 09:20 AM   #511
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
You can just try with this:

Code:
web2disk --encoding="utf-8" --verbose --dont-download-stylesheets http://www.inference.phy.cam.ac.uk/withouthotair/sewthacontents.shtml

html2epub --linearize-tables -t"Sustainable Energy - without the hot air" -a"David JC MacKay" sewthacontents.xhtml
kiklop74 is offline  
Old 05-04-2009, 10:02 AM   #512
joshdu1125
Member
joshdu1125 began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Mar 2009
Device: kindle 2
I am trying to create a custome recipe with the feed below:
http://www.infzm.com/rss/home/rss2.0.xml

It eithers takes forever, or show up a error message, but I can go to this feed very fast on my browser.
Can somebody help me, it could just because of the server, but I am not sure. Thanks.
joshdu1125 is offline  
Old 05-05-2009, 10:33 AM   #513
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
Post your recipe code
kiklop74 is offline  
Old 05-05-2009, 11:54 AM   #514
joshdu1125
Member
joshdu1125 began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Mar 2009
Device: kindle 2
class AdvancedUserRecipe1241538875(BasicNewsRecipe):
title = u'\u5357\u65b9\u5468\u672b'
oldest_article = 7
max_articles_per_feed = 100

feeds = [(u'\u71b1\u9ede\u65b0\u805e', u'http://www.infzm.com/rss/home/rss2.0.xml')]


thanks
joshdu1125 is offline  
Old 05-05-2009, 06:12 PM   #515
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
The slowdown, I guess, was present because you downloaded entire news page which is something you should never do. Here is filtered recipe:
Attached Files
File Type: zip chinese1.zip (655 Bytes, 256 views)
kiklop74 is offline  
Old 05-06-2009, 05:47 PM   #516
joshdu1125
Member
joshdu1125 began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Mar 2009
Device: kindle 2
thanks, how long does it take you to grab that feed?
joshdu1125 is offline  
Old 05-06-2009, 07:37 PM   #517
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 joshdu1125 View Post
thanks, how long does it take you to grab that feed?
This site works really bad. It's unstable and quite slow and some articles just get timeout. Also I had to put non-chinese titles to the feed and recipe because that also produces errors on my windows machine. There is nothing you can really do here.
kiklop74 is offline  
Old 05-06-2009, 11:09 PM   #518
joshdu1125
Member
joshdu1125 began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Mar 2009
Device: kindle 2
okay, cause it takes me almost an hour...
joshdu1125 is offline  
Old 05-08-2009, 09:23 AM   #519
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
The Straits Times recipe:
Attached Files
File Type: zip straitstimes.zip (1.8 KB, 266 views)
kiklop74 is offline  
Old 05-08-2009, 10:00 AM   #520
chinesealbumart
Enthusiast
chinesealbumart has a complete set of Star Wars action figures.chinesealbumart has a complete set of Star Wars action figures.chinesealbumart has a complete set of Star Wars action figures.chinesealbumart has a complete set of Star Wars action figures.
 
chinesealbumart's Avatar
 
Posts: 33
Karma: 332
Join Date: Apr 2009
Location: Singapore
Device: Sony PRS505
Quote:
Originally Posted by kiklop74 View Post
The Straits Times recipe:
On behalf of the (few) Singaporeans who have Sony Reader, I thank you
chinesealbumart is offline  
Old 05-13-2009, 09:49 AM   #521
hardav
Junior Member
hardav began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2009
Device: Kindle
Hello,
Below is the recipe I created for the Denver Post. I have tried to customize a few times (large headers, description etc) every time I do, it errors out. Any suggestions on cleaning this up?

class AdvancedUserRecipe1242222423(BasicNewsRecipe):
title = u'Denver Post'
oldest_article = 1
max_articles_per_feed = 100

feeds = [(u'Breaking Stories', u'http://feeds.denverpost.com/dp-news-breaking?format=xml'), (u'Business', u'http://feeds.denverpost.com/dp-business?format=xml'), (u'Entertainment', u'http://feeds.denverpost.com/dp-entertainment?format=xml'), (u'Sports', u'http://feeds.denverpost.com/dp-sports?format=xml'), (u'Woody Paige', u'http://feeds.denverpost.com/dp-sports-columnists-woody_paige?format=xml'), (u'Mike Klis', u'http://feeds.denverpost.com/dp-sports-columnists-mike_klis?format=xml'), (u'Food', u'http://feeds.denverpost.com/dp-food?format=xml'), (u'Mike Rosen', u'http://feeds.denverpost.com/dp-opinion-columnists-mike_rosen?format=xml')]
hardav is offline  
Old 05-14-2009, 08:05 PM   #522
rampo
Junior Member
rampo began at the beginning.
 
rampo's Avatar
 
Posts: 6
Karma: 10
Join Date: Mar 2009
Location: Alexandria, Virginia
Device: iPod Touch, Kindle1
Quote:
Originally Posted by dforsyth View Post
The IHT seems to have become the New York Times Global Edition and I would appreciate it if someone can set up a recipe for this revised link.
Many thanks.
I would like to second this request for the Global Edition of the New York Times (http://global.nytimes.com/), which is, as dforsyth noted, the reincarnation of the International Herald Tribune.
Thank you.
rampo is offline  
Old 05-18-2009, 09:25 PM   #523
slm
Fool
slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.
 
Posts: 470
Karma: 4113712
Join Date: Feb 2003
Device: Kindle: Voyage,PW1,KOA, Kobo: Clara Colour, Nook GLP, Pocketbook verse
Slate

I just noticed that there is no recipe for Slate magazine. Is there a technical reason for this.
Or am I just the only weirdo who would love one?
slm is offline  
Old 05-18-2009, 09:50 PM   #524
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
For now you are the only one asking for that magazine.
kiklop74 is offline  
Old 05-19-2009, 06:25 PM   #525
oroig
Junior Member
oroig began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2009
Device: Sony PRS-505
hi,

I would like to ask for some recipes for spanish newspapers:

http://www.lavanguardia.es

http://www.marca.com

catalan version
http://www.elperiodico.cat

& spanish version
http://www.elperiodico.com

http://www.expansion.com


Thanks in advance to anyone who wishes to try
oroig 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 01:15 PM.


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