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 12-13-2008, 10:55 AM   #31
squeezebag
Junior Member
squeezebag began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jun 2007
Device: Sony Reader
New Yorker Recipe

I've recently relocated to Mexico but have an addiction to the New Yorker. Bought the Sony Reader and have been successfully downloading from RSS. However, the Recipe seems a bit whacked. It misses things, throws in a lot of extra pages, duplicates pages of junk (copyright notifications, how to subscribe, etc.) between each article. What I'm hoping for is a simple TOC in front (like the one found here: feed://feeds.newyorker.com/services/rss/feeds/everything.xml with the ability to navigate from the TOC to an article. I've tried modifying the Recipe with poor results - I'm so unequal to the task as to be comical. I tried just ## everything but the RSS feed listed above and got most of the content but 50% of it was the garbage listed above. Anyone have words of advice? Thanks. Calibre rocks my tiny little world.
squeezebag is offline  
Old 12-13-2008, 11:28 AM   #32
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 squeezebag View Post
I've recently relocated to Mexico but have an addiction to the New Yorker. Bought the Sony Reader and have been successfully downloading from RSS. However, the Recipe seems a bit whacked. It misses things, throws in a lot of extra pages, duplicates pages of junk (copyright notifications, how to subscribe, etc.) between each article.
Here is updated recipe together with icon.
Attached Files
File Type: zip newyorker.zip (1.3 KB, 944 views)
kiklop74 is offline  
Advert
Old 12-14-2008, 09:51 AM   #33
squeezebag
Junior Member
squeezebag began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jun 2007
Device: Sony Reader
Kiklop74 - You rock! This recipe is exactly what I was hoping for. You made my week.
squeezebag is offline  
Old 12-14-2008, 02:06 PM   #34
Gameboy213
Connoisseur
Gameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheese
 
Gameboy213's Avatar
 
Posts: 89
Karma: 1024
Join Date: Apr 2008
Location: Los Angeles, CA
Device: Onyx Boox Note 2 , Kindle Oasis 2018
Anyone have an LA Times Full Version? Or at least more than the little snippet that the current RSS feed gives?
I have tried 1000 times to make a recipe for that and for the Detroit News.... and I am just not up to the task.... I have NO skill at at. I am at the mercy of you kind folks, who understand this stuff!

Much appreciated! What an amazing application.
Gameboy213 is offline  
Old 12-14-2008, 02:26 PM   #35
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 Gameboy213 View Post
Anyone have an LA Times Full Version? Or at least more than the little snippet that the current RSS feed gives?
I have tried 1000 times to make a recipe for that and for the Detroit News.... and I am just not up to the task.... I have NO skill at at. I am at the mercy of you kind folks, who understand this stuff!

Much appreciated! What an amazing application.
What is the problem? You can modify any builtin recipe and add whatever feed you want to LA times recipe. I added just one feed to show that recipe works.

Locate this line in recipe
Code:
feeds  = [(u'News', u'http://feeds.latimes.com/latimes/news')]
and add whatever you want

Code:
feeds          = [(
u'News', u'http://feeds.latimes.com/latimes/news')
,u'Othernews', u'http://feeds.latimes.com/latimes/otherfeed')
]
kiklop74 is offline  
Advert
Old 12-14-2008, 02:30 PM   #36
Gameboy213
Connoisseur
Gameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheese
 
Gameboy213's Avatar
 
Posts: 89
Karma: 1024
Join Date: Apr 2008
Location: Los Angeles, CA
Device: Onyx Boox Note 2 , Kindle Oasis 2018
Quote:
Originally Posted by kiklop74 View Post
What is the problem? You can modify any builtin recipe and add whatever feed you want to LA times recipe. I added just one feed to show that recipe works.

Locate this line in recipe
Code:
feeds  = [(u'News', u'http://feeds.latimes.com/latimes/news')]
and add whatever you want

Code:
feeds          = [(
u'News', u'http://feeds.latimes.com/latimes/news')
,u'Othernews', u'http://feeds.latimes.com/latimes/otherfeed')
]
I have very little skill in the area, is the problem.

Whenever I have done that, tried to modify a feed I still only get the first paragraph of the article.... like the LA Times now. That is all I get.

And when I tried to add a feed like the Detroit News, I have the same issue. I can get the first few sentences and that is all. I was hoping to get whole articles like the NYT feed. That is my goal. But perhaps it isn't possible with these 2 feeds.
Gameboy213 is offline  
Old 12-14-2008, 04:23 PM   #37
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 Gameboy213 View Post
Whenever I have done that, tried to modify a feed I still only get the first paragraph of the article.... like the LA Times now.
I get entire news correctly. Only when article is more lengthy we gat part of the text.

Unfortunately LA times has quite complicated rules for making print pages. I'll take a look, but not in any near future.
kiklop74 is offline  
Old 12-14-2008, 05:00 PM   #38
squeezebag
Junior Member
squeezebag began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jun 2007
Device: Sony Reader
Not sure if this is the correct thread, but I couldn't find a closer match. Anyone know how to control the font size in Calibre. I'm using PRS500 so my feeds end up in LRF format. The recipe for the NewYorker (kindly provided by kiklop74 above) renders billboard sized font. On the device I can resize them from huge, huger, and hugest. I'm sure that resizing is something simple but, for the life of me, I can't figure it out.
squeezebag is offline  
Old 12-14-2008, 06:26 PM   #39
Gameboy213
Connoisseur
Gameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheese
 
Gameboy213's Avatar
 
Posts: 89
Karma: 1024
Join Date: Apr 2008
Location: Los Angeles, CA
Device: Onyx Boox Note 2 , Kindle Oasis 2018
Quote:
Originally Posted by kiklop74 View Post
I get entire news correctly. Only when article is more lengthy we gat part of the text.

Unfortunately LA times has quite complicated rules for making print pages. I'll take a look, but not in any near future.
No worries. I love the NYT Feed and the Economist Feed.... they work perfectly. The LA TIMES feed is just very small and usually only around 10 articles total. I tried to make the FULL feed and never got it to work correctly and only received part of every article. Same thing with the Detroit News, my old hometown newspaper. If you ever get around to do a recipe for those I would be forever grateful! I will keep trying to figure it myself as well..... just not good at getting it to work correctly.
Gameboy213 is offline  
Old 12-14-2008, 06:31 PM   #40
AprilHare
Wizard
AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.
 
AprilHare's Avatar
 
Posts: 2,981
Karma: 11862367
Join Date: Apr 2008
Device: Sony Reader PRS-T2
Hey, could someone look at the Sydney Morning Herald recipe? The business section is remarkably empty compared to the RSS feed..
AprilHare is offline  
Old 12-15-2008, 09:22 AM   #41
zelda_pinwheel
zeldinha zippy zeldissima
zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.
 
zelda_pinwheel's Avatar
 
Posts: 27,827
Karma: 921169
Join Date: Dec 2007
Location: Paris, France
Device: eb1150 & is that a nook in her pocket, or she just happy to see you?
problem and request

request first : could someone make a recipe for Libération ? thanks in advance !

now my problem...

i tried to use the new yorker recipe from post 32 and the ars technica recipe which is already available in calibre, but i got error messages and no books each time. anybody know what i'm doing wrong ? here are the errors (i used spoiler tags because they are sooooooo long) :

new yorker
Quote:
Spoiler:
INFO: http://www.newyorker.com/arts/events...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_14\index.html

INFO: Downloading

DEBUG: Fetching http://www.newyorker.com/arts/critic...printable=true

DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/events...printable=true

INFO: http://www.newyorker.com/arts/events...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_19\index.html

INFO: Downloading

DEBUG: Fetching http://www.newyorker.com/fiction/poe...printable=true

DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/events...printable=true

DEBUG:
Downloaded article Goings on About Town: On the Horizon from http://www.newyorker.com/arts/events...z_GOAT_horizon
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/arts/events...printable=true
DEBUG: Processing images...
DEBUG: Fetching http://www.newyorker.com/images/2008...18052_p465.jpg
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/events...printable=true
INFO: http://www.newyorker.com/arts/events...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_14\index.html


DEBUG:
Downloaded article Goings on About Town: Art from http://www.newyorker.com/arts/events...2goar_GOAT_art
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/arts/events...printable=true
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/events...printable=true
INFO: http://www.newyorker.com/arts/events...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_19\index.html


INFO: http://www.newyorker.com/arts/events...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_16\index.html

INFO: Downloading

DEBUG: Fetching http://www.newyorker.com/humor/issue...printable=true

DEBUG:
Downloaded article Goings on About Town: Movies from http://www.newyorker.com/arts/events...mo_GOAT_movies
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/arts/events...printable=true
DEBUG: Processing images...
DEBUG: Fetching http://www.newyorker.com/images/2008...18066_p465.jpg
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/events...printable=true
INFO: http://www.newyorker.com/arts/events...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_16\index.html


DEBUG: Processing images...

DEBUG: Fetching http://www.newyorker.com/images/2008...18050_p233.jpg

DEBUG: Processing images...

DEBUG: Fetching http://www.newyorker.com/images/2008...18069_p233.jpg

DEBUG: Processing images...

DEBUG: Fetching http://www.newyorker.com/images/2008...18057_p233.jpg

DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/fiction/poe...printable=true

INFO: http://www.newyorker.com/fiction/poe...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_23\index.html

INFO: Downloading

DEBUG: Fetching http://www.newyorker.com/arts/review...printable=true

DEBUG:
Downloaded article Dan Chiasson: "Thread" from http://www.newyorker.com/fiction/poe..._poem_chiasson
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/fiction/poe...printable=true
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/fiction/poe...printable=true
INFO: http://www.newyorker.com/fiction/poe...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_23\index.html


DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/events...printable=true

DEBUG: Fetching http://www.newyorker.com/images/2008...13665_p465.gif

INFO: http://www.newyorker.com/arts/events...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_20\index.html

INFO: Downloading

DEBUG: Fetching http://www.newyorker.com/arts/review...printable=true

DEBUG:
Downloaded article Goings on About Town: Above and Beyond from http://www.newyorker.com/arts/events...oab_GOAT_above
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/arts/events...printable=true
DEBUG: Processing images...
DEBUG: Fetching http://www.newyorker.com/images/2008...18050_p233.jpg
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/events...printable=true
INFO: http://www.newyorker.com/arts/events...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_20\index.html


DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/critic...printable=true

INFO: http://www.newyorker.com/arts/critic...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_21\index.html

INFO: Downloading

DEBUG: Fetching http://www.newyorker.com/arts/review...printable=true

DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/critic...printable=true

INFO: http://www.newyorker.com/arts/critic...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_22\index.html

INFO: Downloading

DEBUG: Fetching http://www.newyorker.com/arts/review...printable=true

DEBUG:
Downloaded article David Denby: "Revolutionary Road," "Gran Torino," and "The Class." from http://www.newyorker.com/arts/critic...i_cinema_denby
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/arts/critic...printable=true
DEBUG: Processing images...
DEBUG: Fetching http://www.newyorker.com/images/2008...18069_p233.jpg
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/critic...printable=true
INFO: http://www.newyorker.com/arts/critic...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_21\index.html


DEBUG:
Downloaded article Darryl Pinckney: Susan Sontag's early journals. from http://www.newyorker.com/arts/critic...books_pinckney
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/arts/critic...printable=true
DEBUG: Processing images...
DEBUG: Fetching http://www.newyorker.com/images/2008...18057_p233.jpg
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/critic...printable=true
INFO: http://www.newyorker.com/arts/critic...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_22\index.html


DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/review...printable=true

INFO: http://www.newyorker.com/arts/review...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_25\index.html

INFO: Downloading

DEBUG: Fetching http://www.newyorker.com/talk/2008/1...printable=true

DEBUG:
Downloaded article Books: "The Borgias and Their Enemies" from http://www.newyorker.com/arts/review..._brieflynoted3
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/arts/review...printable=true
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/review...printable=true
INFO: http://www.newyorker.com/arts/review...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_25\index.html


DEBUG: Fetching http://www.newyorker.com/images/2008...13367_p465.gif

DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/review...printable=true

INFO: http://www.newyorker.com/arts/review...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_26\index.html

INFO: Downloading

DEBUG: Fetching http://www.newyorker.com/arts/review...printable=true

DEBUG:
Downloaded article Books: "New Lives" from http://www.newyorker.com/arts/review..._brieflynoted1
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/arts/review...printable=true
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/review...printable=true
INFO: http://www.newyorker.com/arts/review...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_26\index.html


DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/review...printable=true

INFO: http://www.newyorker.com/arts/review...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_27\index.html

INFO: Downloading

DEBUG: Fetching http://www.newyorker.com/fiction/poe...printable=true

DEBUG: Processing images...

DEBUG:
Downloaded article Books: "Chicago" from http://www.newyorker.com/arts/review..._brieflynoted2
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/arts/review...printable=true
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/review...printable=true
INFO: http://www.newyorker.com/arts/review...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_27\index.html


DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/review...printable=true

INFO: http://www.newyorker.com/arts/review...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_28\index.html

INFO: Downloading

DEBUG: Fetching http://www.newyorker.com/arts/critic...printable=true

DEBUG:
Downloaded article Books: "A Great Idea at the Time" from http://www.newyorker.com/arts/review..._brieflynoted4
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/arts/review...printable=true
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/review...printable=true
INFO: http://www.newyorker.com/arts/review...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_28\index.html


DEBUG: Processing images...

DEBUG: Fetching http://www.newyorker.com/images/2008...hillu_p233.jpg

DEBUG: Fetching http://www.newyorker.com/images/2008...13726_p465.gif

DEBUG: Processing images...

DEBUG: Fetching http://www.newyorker.com/images/2008...18053_p465.jpg

DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/fiction/poe...printable=true

INFO: http://www.newyorker.com/fiction/poe...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_31\index.html

INFO: Downloading

DEBUG: Fetching http://www.newyorker.com/arts/review...printable=true

DEBUG:
Downloaded article Arthur Vogelsang: "The Fifth Season" from http://www.newyorker.com/fiction/poe...poem_vogelsang
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/fiction/poe...printable=true
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/fiction/poe...printable=true
INFO: http://www.newyorker.com/fiction/poe...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_31\index.html


DEBUG: Processing images...

DEBUG: Fetching http://www.newyorker.com/images/2008...18058_p233.jpg

DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/talk/2008/1...printable=true

INFO: http://www.newyorker.com/talk/2008/1...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_29\index.html

INFO: Downloading

DEBUG: Fetching http://www.newyorker.com/arts/critic...printable=true

DEBUG:
Downloaded article Ben McGrath: The star of the Notorious B.I.G. movie. from http://www.newyorker.com/talk/2008/1...a_talk_mcgrath
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/talk/2008/1...printable=true
DEBUG: Processing images...
DEBUG: Fetching http://www.newyorker.com/images/2008...hillu_p233.jpg
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/talk/2008/1...printable=true
INFO: http://www.newyorker.com/talk/2008/1...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_29\index.html


DEBUG: Fetching http://www.newyorker.com/images/2008...13648_p465.gif

DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/review...printable=true

INFO: http://www.newyorker.com/arts/review...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_30\index.html

DEBUG:
Downloaded article Ben Greenman: Anthony Hamilton's "The Point of It All." from http://www.newyorker.com/arts/review...dings_greenman
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/arts/review...printable=true
DEBUG: Processing images...
DEBUG: Fetching http://www.newyorker.com/images/2008...18053_p465.jpg
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/review...printable=true
INFO: http://www.newyorker.com/arts/review...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_30\index.html


DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/critic...printable=true

DEBUG: Processing images...

DEBUG: Fetching http://www.newyorker.com/images/2008...18051_p233.jpg

DEBUG: Fetching http://www.newyorker.com/images/2008...18062_p233.jpg

INFO: http://www.newyorker.com/arts/critic...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_32\index.html

DEBUG: Fetching http://www.newyorker.com/images/2008...13811_p465.gif

DEBUG:
Downloaded article Anthony Lane: "Mishima: A Life in Four Chapters," at Film Forum. from http://www.newyorker.com/arts/critic..._notebook_lane
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/arts/critic...printable=true
DEBUG: Processing images...
DEBUG: Fetching http://www.newyorker.com/images/2008...18058_p233.jpg
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/critic...printable=true
INFO: http://www.newyorker.com/arts/critic...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_32\index.html


DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/critic...printable=true

INFO: http://www.newyorker.com/arts/critic...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_34\index.html

DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/review...printable=true

INFO: http://www.newyorker.com/arts/review...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_33\index.html

DEBUG: Fetching http://www.newyorker.com/images/2008...13856_p465.gif

DEBUG: Fetching http://www.newyorker.com/images/2008...13700_p465.gif

DEBUG:
Downloaded article Alex Ross: Daniel and Noah from http://www.newyorker.com/arts/critic..._notebook_ross
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/arts/critic...printable=true
DEBUG: Processing images...
DEBUG: Fetching http://www.newyorker.com/images/2008...18051_p233.jpg
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/critic...printable=true
INFO: http://www.newyorker.com/arts/critic...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_34\index.html


DEBUG:
Downloaded article Andrea Thompson: JoeDoe, in Manhattan. from http://www.newyorker.com/arts/review...ables_thompson
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/arts/review...printable=true
DEBUG: Processing images...
DEBUG: Fetching http://www.newyorker.com/images/2008...18062_p233.jpg
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/arts/review...printable=true
INFO: http://www.newyorker.com/arts/review...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_33\index.html


DEBUG: Fetching http://www.newyorker.com/images/2008...12094_p465.gif

DEBUG: Fetching http://www.newyorker.com/images/2008...13839_p465.gif

DEBUG: Fetching http://www.newyorker.com/images/2008...13757_p465.gif

DEBUG: Fetching http://www.newyorker.com/images/2008...13487_p465.gif

DEBUG: Fetching http://www.newyorker.com/images/2008...13143_p465.gif

DEBUG: Fetching http://www.newyorker.com/images/2008...13773_p465.gif

DEBUG: Fetching http://www.newyorker.com/images/2008...13584_p465.gif

DEBUG: Fetching http://www.newyorker.com/images/2008...ntest_p465.gif

DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/humor/issue...printable=true

INFO: http://www.newyorker.com/humor/issue...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_24\index.html

DEBUG:
Downloaded article Cartoons from the Issue from http://www.newyorker.com/humor/issue...toons_20081215
INFO: Downloading
DEBUG: Fetching http://www.newyorker.com/humor/issue...printable=true
DEBUG: Processing images...
DEBUG: Fetching http://www.newyorker.com/images/2008...13665_p465.gif
DEBUG: Fetching http://www.newyorker.com/images/2008...13367_p465.gif
DEBUG: Fetching http://www.newyorker.com/images/2008...13726_p465.gif
DEBUG: Fetching http://www.newyorker.com/images/2008...13648_p465.gif
DEBUG: Fetching http://www.newyorker.com/images/2008...13811_p465.gif
DEBUG: Fetching http://www.newyorker.com/images/2008...13856_p465.gif
DEBUG: Fetching http://www.newyorker.com/images/2008...13700_p465.gif
DEBUG: Fetching http://www.newyorker.com/images/2008...12094_p465.gif
DEBUG: Fetching http://www.newyorker.com/images/2008...13839_p465.gif
DEBUG: Fetching http://www.newyorker.com/images/2008...13757_p465.gif
DEBUG: Fetching http://www.newyorker.com/images/2008...13487_p465.gif
DEBUG: Fetching http://www.newyorker.com/images/2008...13143_p465.gif
DEBUG: Fetching http://www.newyorker.com/images/2008...13773_p465.gif
DEBUG: Fetching http://www.newyorker.com/images/2008...13584_p465.gif
DEBUG: Fetching http://www.newyorker.com/images/2008...ntest_p465.gif
DEBUG: Recursion limit reached. Skipping links in http://www.newyorker.com/humor/issue...printable=true
INFO: http://www.newyorker.com/humor/issue...printable=true saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _7hkv_a_feeds2epub\feed_0\article_24\index.html


('UnicodeDecodeError', u"'ascii' codec can't decode byte 0xe9 in position 12: ordinal not in range(128)")
Traceback (most recent call last):
File "parallel.py", line 931, in worker
File "parallel.py", line 889, in work
File "C:\Program Files\calibre\library.zip\calibre\ebooks\epub\from _feeds.py", line 64, in main
File "C:\Program Files\calibre\library.zip\calibre\ebooks\epub\from _feeds.py", line 37, in convert
File "C:\Program Files\calibre\library.zip\calibre\web\feeds\main.p y", line 150, in run_recipe
File "calibre\web\feeds\news.pyo", line 554, in download
File "calibre\web\feeds\news.pyo", line 752, in build_index
File "calibre\web\feeds\news.pyo", line 873, in create_opf
File "calibre\web\feeds\news.pyo", line 823, in default_cover
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 12: ordinal not in range(128)
ars technica :
Quote:
Spoiler:
DEBUG:
Downloaded article Warhammer Online update brings new classes, fixes from http://feeds.arstechnica.com/~r/arst...-classes-fixes
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...-classes-fixes
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...-classes-fixes
INFO: http://feeds.arstechnica.com/~r/arst...-classes-fixes saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_8\index.html


DEBUG: Processing images...

DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...rtress-2-patch

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...rtress-2-patch

INFO: http://feeds.arstechnica.com/~r/arst...rtress-2-patch saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_9\index.html

INFO: http://feeds.arstechnica.com/~r/arst...rtress-2-patch saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_9\index.html

INFO: Downloading

INFO: Downloading

DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...-several-fixes

DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...-several-fixes

DEBUG:
Downloaded article Scouts, Xbox 360 getting love with Team Fortress 2 patch from http://feeds.arstechnica.com/~r/arst...rtress-2-patch
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...rtress-2-patch
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...rtress-2-patch
INFO: http://feeds.arstechnica.com/~r/arst...rtress-2-patch saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_9\index.html


DEBUG:
Downloaded article Scouts, Xbox 360 getting love with Team Fortress 2 patch from http://feeds.arstechnica.com/~r/arst...rtress-2-patch
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...rtress-2-patch
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...rtress-2-patch
INFO: http://feeds.arstechnica.com/~r/arst...rtress-2-patch saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_9\index.html


DEBUG: Processing images...

DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...ail-and-safari

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...ail-and-safari

INFO: http://feeds.arstechnica.com/~r/arst...ail-and-safari saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_10\index.html

INFO: http://feeds.arstechnica.com/~r/arst...ail-and-safari saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_10\index.html

INFO: Downloading

INFO: Downloading

DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...meteos-edition

DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...meteos-edition

DEBUG:
Downloaded article Pastebud lets iPhone users copy text between Mail and Safari from http://feeds.arstechnica.com/~r/arst...ail-and-safari
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...ail-and-safari
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...ail-and-safari
INFO: http://feeds.arstechnica.com/~r/arst...ail-and-safari saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_10\index.html


DEBUG:
Downloaded article Pastebud lets iPhone users copy text between Mail and Safari from http://feeds.arstechnica.com/~r/arst...ail-and-safari
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...ail-and-safari
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...ail-and-safari
INFO: http://feeds.arstechnica.com/~r/arst...ail-and-safari saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_10\index.html


DEBUG: Processing images...

DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...still-on-track

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...still-on-track

INFO: http://feeds.arstechnica.com/~r/arst...still-on-track saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_11\index.html

INFO: http://feeds.arstechnica.com/~r/arst...still-on-track saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_11\index.html

INFO: Downloading

INFO: Downloading

DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...source-a-dodge

DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...source-a-dodge

DEBUG:
Downloaded article Age of Conan Xbox 360 release still on track from http://feeds.arstechnica.com/~r/arst...still-on-track
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...still-on-track
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...still-on-track
INFO: http://feeds.arstechnica.com/~r/arst...still-on-track saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_11\index.html


DEBUG:
Downloaded article Age of Conan Xbox 360 release still on track from http://feeds.arstechnica.com/~r/arst...still-on-track
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...still-on-track
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...still-on-track
INFO: http://feeds.arstechnica.com/~r/arst...still-on-track saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_11\index.html


DEBUG: Processing images...

DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...-now-available

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...-now-available

INFO: http://feeds.arstechnica.com/~r/arst...-now-available saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_12\index.html

INFO: http://feeds.arstechnica.com/~r/arst...-now-available saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_12\index.html

INFO: Downloading

INFO: Downloading

DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...dalone-release

DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...dalone-release

DEBUG:
Downloaded article Fallout 3 G.E.C.K. editor now available from http://feeds.arstechnica.com/~r/arst...-now-available
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...-now-available
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...-now-available
INFO: http://feeds.arstechnica.com/~r/arst...-now-available saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_12\index.html


DEBUG:
Downloaded article Fallout 3 G.E.C.K. editor now available from http://feeds.arstechnica.com/~r/arst...-now-available
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...-now-available
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...-now-available
INFO: http://feeds.arstechnica.com/~r/arst...-now-available saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_12\index.html


DEBUG: Processing images...

DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...ackboy-edition

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...ackboy-edition

INFO: http://feeds.arstechnica.com/~r/arst...ackboy-edition saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_13\index.html

INFO: http://feeds.arstechnica.com/~r/arst...ackboy-edition saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_13\index.html

INFO: Downloading

INFO: Downloading

DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...motional-codes

DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...motional-codes

DEBUG:
Downloaded article PlayStation Store Update: Ryu Sackboy edition from http://feeds.arstechnica.com/~r/arst...ackboy-edition
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...ackboy-edition
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...ackboy-edition
INFO: http://feeds.arstechnica.com/~r/arst...ackboy-edition saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_13\index.html


DEBUG:
Downloaded article PlayStation Store Update: Ryu Sackboy edition from http://feeds.arstechnica.com/~r/arst...ackboy-edition
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...ackboy-edition
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...ackboy-edition
INFO: http://feeds.arstechnica.com/~r/arst...ackboy-edition saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_13\index.html


DEBUG: Processing images...

DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...-several-fixes

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...-several-fixes

INFO: http://feeds.arstechnica.com/~r/arst...-several-fixes saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_14\index.html

INFO: http://feeds.arstechnica.com/~r/arst...-several-fixes saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_14\index.html

INFO: Downloading

INFO: Downloading

DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...shopping-lists

DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...shopping-lists

DEBUG:
Downloaded article Adobe releases After Effects 9.0.1 update with several fixes from http://feeds.arstechnica.com/~r/arst...-several-fixes
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...-several-fixes
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...-several-fixes
INFO: http://feeds.arstechnica.com/~r/arst...-several-fixes saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_14\index.html


DEBUG:
Downloaded article Adobe releases After Effects 9.0.1 update with several fixes from http://feeds.arstechnica.com/~r/arst...-several-fixes
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...-several-fixes
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...-several-fixes
INFO: http://feeds.arstechnica.com/~r/arst...-several-fixes saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_14\index.html


DEBUG: Processing images...

DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...meteos-edition

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...meteos-edition

INFO: http://feeds.arstechnica.com/~r/arst...meteos-edition saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_15\index.html

INFO: http://feeds.arstechnica.com/~r/arst...meteos-edition saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_15\index.html

DEBUG:
Downloaded article Xbox Marketplace Update: Meteos edition from http://feeds.arstechnica.com/~r/arst...meteos-edition
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...meteos-edition
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...meteos-edition
INFO: http://feeds.arstechnica.com/~r/arst...meteos-edition saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_15\index.html


DEBUG:
Downloaded article Xbox Marketplace Update: Meteos edition from http://feeds.arstechnica.com/~r/arst...meteos-edition
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...meteos-edition
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...meteos-edition
INFO: http://feeds.arstechnica.com/~r/arst...meteos-edition saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_15\index.html


DEBUG: Processing images...

DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...source-a-dodge

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...source-a-dodge

INFO: http://feeds.arstechnica.com/~r/arst...source-a-dodge saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_16\index.html

INFO: http://feeds.arstechnica.com/~r/arst...source-a-dodge saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_16\index.html

DEBUG:
Downloaded article Inconvenient questions? Crowdsource a dodge. from http://feeds.arstechnica.com/~r/arst...source-a-dodge
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...source-a-dodge
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...source-a-dodge
INFO: http://feeds.arstechnica.com/~r/arst...source-a-dodge saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_16\index.html


DEBUG:
Downloaded article Inconvenient questions? Crowdsource a dodge. from http://feeds.arstechnica.com/~r/arst...source-a-dodge
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...source-a-dodge
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...source-a-dodge
INFO: http://feeds.arstechnica.com/~r/arst...source-a-dodge saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_16\index.html


DEBUG: Processing images...

DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...dalone-release

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...dalone-release

INFO: http://feeds.arstechnica.com/~r/arst...dalone-release saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_17\index.html

INFO: http://feeds.arstechnica.com/~r/arst...dalone-release saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_17\index.html

DEBUG:
Downloaded article WordPress 2.7 now on WordPress.com, standalone systems. from http://feeds.arstechnica.com/~r/arst...dalone-release
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...dalone-release
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...dalone-release
INFO: http://feeds.arstechnica.com/~r/arst...dalone-release saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_17\index.html


DEBUG:
Downloaded article WordPress 2.7 now on WordPress.com, standalone systems. from http://feeds.arstechnica.com/~r/arst...dalone-release
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...dalone-release
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...dalone-release
INFO: http://feeds.arstechnica.com/~r/arst...dalone-release saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_17\index.html


DEBUG: Processing images...

DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...motional-codes

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...motional-codes

INFO: http://feeds.arstechnica.com/~r/arst...motional-codes saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_18\index.html

INFO: http://feeds.arstechnica.com/~r/arst...motional-codes saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_18\index.html

DEBUG:
Downloaded article App Store Lessons: Creative uses of promotional codes from http://feeds.arstechnica.com/~r/arst...motional-codes
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...motional-codes
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...motional-codes
INFO: http://feeds.arstechnica.com/~r/arst...motional-codes saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_18\index.html


DEBUG:
Downloaded article App Store Lessons: Creative uses of promotional codes from http://feeds.arstechnica.com/~r/arst...motional-codes
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...motional-codes
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...motional-codes
INFO: http://feeds.arstechnica.com/~r/arst...motional-codes saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_18\index.html


DEBUG: Processing images...

DEBUG: Processing images...

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...shopping-lists

DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...shopping-lists

INFO: http://feeds.arstechnica.com/~r/arst...shopping-lists saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_19\index.html

INFO: http://feeds.arstechnica.com/~r/arst...shopping-lists saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_19\index.html

DEBUG:
Downloaded article Nice List for iPhone helps organize holiday shopping lists from http://feeds.arstechnica.com/~r/arst...shopping-lists
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...shopping-lists
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...shopping-lists
INFO: http://feeds.arstechnica.com/~r/arst...shopping-lists saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_19\index.html


DEBUG:
Downloaded article Nice List for iPhone helps organize holiday shopping lists from http://feeds.arstechnica.com/~r/arst...shopping-lists
INFO: Downloading
DEBUG: Fetching http://feeds.arstechnica.com/~r/arst...shopping-lists
DEBUG: Processing images...
DEBUG: Recursion limit reached. Skipping links in http://feeds.arstechnica.com/~r/arst...shopping-lists
INFO: http://feeds.arstechnica.com/~r/arst...shopping-lists saved to c:\docume~1\letigr~1\locals~1\temp\calibre_0.4.114 _y89hfq_feeds2epub\feed_7\article_19\index.html


('UnicodeDecodeError', u"'ascii' codec can't decode byte 0xe9 in position 12: ordinal not in range(128)")
Traceback (most recent call last):
File "parallel.py", line 931, in worker
File "parallel.py", line 889, in work
File "C:\Program Files\calibre\library.zip\calibre\ebooks\epub\from _feeds.py", line 64, in main
File "C:\Program Files\calibre\library.zip\calibre\ebooks\epub\from _feeds.py", line 37, in convert
File "C:\Program Files\calibre\library.zip\calibre\web\feeds\main.p y", line 150, in run_recipe
File "calibre\web\feeds\news.pyo", line 554, in download
File "calibre\web\feeds\news.pyo", line 752, in build_index
File "calibre\web\feeds\news.pyo", line 873, in create_opf
File "calibre\web\feeds\news.pyo", line 823, in default_cover
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 12: ordinal not in range(128)
thanks in advance for any help !
zelda_pinwheel is offline  
Old 12-15-2008, 10:22 AM   #42
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 zelda_pinwheel View Post
request first : could someone make a recipe for Libération ? thanks in advance !
Here goes
Attached Files
File Type: zip liberation.zip (1.3 KB, 561 views)
kiklop74 is offline  
Old 12-15-2008, 01:09 PM   #43
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,858
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@zelda_pinwheel

The errors you're getting are the result of a regression in 114, will be fixed in 115.
kovidgoyal is offline  
Old 12-15-2008, 01:30 PM   #44
zelda_pinwheel
zeldinha zippy zeldissima
zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.
 
zelda_pinwheel's Avatar
 
Posts: 27,827
Karma: 921169
Join Date: Dec 2007
Location: Paris, France
Device: eb1150 & is that a nook in her pocket, or she just happy to see you?
Quote:
Originally Posted by kovidgoyal View Post
@zelda_pinwheel

The errors you're getting are the result of a regression in 114, will be fixed in 115.
thanks kovid ! i'm only just starting to learn how to use calibre and i'll take this opportunity to raise my hat to you, it's an amazing tool. thanks so much for all your work on it !!
zelda_pinwheel is offline  
Old 12-15-2008, 01:35 PM   #45
zelda_pinwheel
zeldinha zippy zeldissima
zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.
 
zelda_pinwheel's Avatar
 
Posts: 27,827
Karma: 921169
Join Date: Dec 2007
Location: Paris, France
Device: eb1150 & is that a nook in her pocket, or she just happy to see you?
Quote:
Originally Posted by kiklop74 View Post
Here goes
thank you very much kiklop !! brilliant ! it's not working for the moment but i think that's due to the same error as for the new yorker etc. i'm looking forward to using it with the next build. cheers !!
zelda_pinwheel 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 10:17 AM.


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