|  01-22-2010, 11:51 AM | #1231 | 
| Connoisseur   Posts: 82 Karma: 118 Join Date: Dec 2005 Device: Kindle 2 | 
			
			Is there a recipe for all the articles that do not appear in the print edition of the Economist?  If not, can someone create one?
		 | 
|   | 
|  01-22-2010, 12:20 PM | #1232 | 
| Connoisseur  Posts: 51 Karma: 10 Join Date: Dec 2008 Location: Germany Device: SONY PRS-500 | 
				
				Recipe for Editor and Publisher
			 
			
			Hi, I'm attaching a zipped file that contains a recipe for "Editor and Publisher" a site that presents news about newspaper publishing and journalism. Enjoy... XG | 
|   | 
|  01-22-2010, 12:27 PM | #1233 | 
| Guru            Posts: 800 Karma: 194644 Join Date: Dec 2007 Location: Argentina Device: Kindle Voyage | 
			
			A recipe for a free content on The Week magazine page:
		 | 
|   | 
|  01-22-2010, 02:11 PM | #1234 | 
| Junior Member  Posts: 9 Karma: 10 Join Date: Jan 2010 Device: Sony PRS-505 | 
			
			I want to make a recipe for http://szmobil.sueddeutsche.de/ and started with this code: from calibre.web.feeds.recipes import BasicNewsRecipe class AdvancedUserRecipe1263738133(BasicNewsRecipe): title = u'S\xfcddeutsche Zeitung' oldest_article = 7 max_articles_per_feed = 100 description = 'Mobile Ausgabe' language = 'de' needs_subscription = True def get_browser(self): br = BasicNewsRecipe.get_browser() if self.username is not None and self.password is not None: br.open('http://szmobil.sueddeutsche.de/login.php') br.select_form(nr=0) br['username'] = self.username br['password'] = self.password br.submit() return br feeds = [ (u'Sueddeutsche Zeitung', u'http://szmobil.sueddeutsche.de/index.php') ] and got the complete html-code of the website on the web-page I entered as feed. Seems that I aditionally have to process the html-code somehow. But at the moment I don't have any idea which classes and methods I have to use for that. Please help! Thanks, Gero | 
|   | 
|  01-22-2010, 02:12 PM | #1235 | 
| Connoisseur   Posts: 82 Karma: 118 Join Date: Dec 2005 Device: Kindle 2 | |
|   | 
|  01-22-2010, 05:52 PM | #1236 | 
| Connoisseur   Posts: 78 Karma: 192 Join Date: Nov 2009 Device: Sony PRS-600 | |
|   | 
|  01-23-2010, 05:42 AM | #1237 | 
| Wizard            Posts: 1,462 Karma: 6061516 Join Date: May 2008 Location: Cascais, Portugal Device: Kindle PW, Samsung Galaxy Note Pro 12.2", OnePlus 6 | 
			
			Could someone make a recipe for http://www.ionline.pt/conteudos/rss.html , please? For some reason, Calibre can't make anything from those xml files. Thank you. | 
|   | 
|  01-23-2010, 05:59 AM | #1238 | ||
| Junior Member  Posts: 9 Karma: 10 Join Date: Jan 2010 Device: Sony PRS-505 | Quote: 
 Quote: 
 The built in recipe for Sueddeutsche Zeitung works great, I know. The reason for this request is that the built in recipe is for the free contents of SZ and not for the ePaper (1:1 copy of the newspaper). Some parts of the newspaper are missing in the free parts, e.g. things called "Meinungsseite" or "Seite drei". These contents are my favorites in the paper edition. | ||
|   | 
|  01-23-2010, 06:53 AM | #1239 | 
| US Navy, Retired            Posts: 9,897 Karma: 13806776 Join Date: Feb 2009 Location: North Carolina Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen | 
			
			A recipe for the National Review Online and associated blogs:
		 | 
|   | 
|  01-23-2010, 07:36 AM | #1240 | 
| Connoisseur   Posts: 78 Karma: 192 Join Date: Nov 2009 Device: Sony PRS-600 | |
|   | 
|  01-23-2010, 10:21 AM | #1241 | |
| Guru            Posts: 800 Karma: 194644 Join Date: Dec 2007 Location: Argentina Device: Kindle Voyage | Quote: 
 | |
|   | 
|  01-23-2010, 10:57 AM | #1243 | 
| Zealot    Posts: 118 Karma: 210 Join Date: Jan 2010 Location: Mid-Tennessee Device: PRS-300 | |
|   | 
|  01-23-2010, 11:13 AM | #1244 | 
| US Navy, Retired            Posts: 9,897 Karma: 13806776 Join Date: Feb 2009 Location: North Carolina Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen | 
			
			A new recipe for the Greensboro News & Record
		 | 
|   | 
|  01-23-2010, 11:21 AM | #1245 | |
| US Navy, Retired            Posts: 9,897 Karma: 13806776 Join Date: Feb 2009 Location: North Carolina Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen | Quote: 
 Open Calibre Drop down arrow next to Fetch news Add custom news source Load recipe from file (select nationalreviewonline.recipe) I just followed these steps to verify things. Good Luck & | |
|   | 
|  | 
| 
 | 
|  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 |