|  10-16-2006, 11:16 AM | #16 | 
| Member  Posts: 19 Karma: 29 Join Date: Sep 2006 Device: Palm TX | 
			
			Hi Here is another rule for Financial Times: Pattern: http://www\.ft\.com(.*)_i_rssPage=(.*) Rewrite rule: http://www.ft.com$1print=yes.html Enjoy with the non subscription articles. Now I'm working with Economist feed. I put these rules. Pattern: http://www\.economist\.com/printedition/displayStory.cfm?(.*)&fsrc=RSS Rewrite rule: http://www.economist.com/printedition/PrinterFriendly.cfm?$1 But it doesn't work. Is the "&" a metacharacter ? Some hint ? Bye Gaetano | 
|   | 
|  10-16-2006, 11:34 AM | #17 | 
| Intentionally Left Blank            Posts: 172 Karma: 300106 Join Date: Feb 2006 Location: Royal Oak, MI, USA Device: Nook STR | 
			
			The ? is a metacharacter. You must use \? to get a literal ?
		 | 
|   | 
|  10-17-2006, 07:27 AM | #18 | |
| Member  Posts: 19 Karma: 29 Join Date: Sep 2006 Device: Palm TX | Quote: 
 I modified the pattern so: Pattern: http://www\.economist\.com/printedition/displayStory.cfm\?(.*)&fsrc=RSS Rewrite rule: http://www.economist.com/printedition/PrinterFriendly.cfm?$1 but it doesn't work I tried also in removing the "?", but it doesn't work. I can't view directly the xml content of the feed, because The Economist use Pheedo in reconstructing links. So I have the suspect that the format of the links is different from the ones linked by Pheedo. Can someone analyze the Economist feed ? http://www.economist.com/rss/printed...intedition.xml Here is another newspaper: Il sole 24 Ore (The major italian financial newspaper) Pattern: http://www\.ilsole24ore\.com(.*).shtml?(.*) Rewrite rule: http://www.ilsole24ore.com$1_PRN.shtml Bye Gaetano | |
|   | 
|  10-17-2006, 07:58 AM | #19 | 
| Jah Blessed           Posts: 1,295 Karma: 1373 Join Date: Apr 2003 Location: The Netherlands Device: iPod Touch | 
			
			The Economist print edition gives "403 Economist.com automatic downloading forbidden" (see Update report), so it won't ever work.
		 | 
|   | 
|  10-17-2006, 08:28 AM | #20 | |
| Member  Posts: 19 Karma: 29 Join Date: Sep 2006 Device: Palm TX | Quote: 
 I'm a subscriber of the Economist, so probably due to the cookie, I can download the articles. But I always download the "normal" articles instead of printer friendly version. Now I try canceling my cookie and trying with a "clean" situation. See after. Gaetano | |
|   | 
|  10-17-2006, 08:47 AM | #21 | |
| Member  Posts: 19 Karma: 29 Join Date: Sep 2006 Device: Palm TX | Quote: 
 I tried with a clean situation, wiping my cookie. I continue downloading all the articles, but for most of them there is only the title and the highlight, with the message that invite me to log in if I'm a subscriber. The articles are still in the "normal" version, instead of printer friendly version. Previously (with my credentials in the cookie) I downloaded all articles. I never received the "403 Economist.com automatic downloading forbidden" message. Another thing: I can't see my update report. When I select a document and request to view the report, I receive the message "Could not open update report file. (0x5)". Probably with a re-installation I may have all the settings ok ? Regards Gaetano | |
|   | 
|  10-17-2006, 08:53 AM | #22 | 
| Wizard            Posts: 3,442 Karma: 300001 Join Date: Sep 2006 Location: Belgium Device: PRS-500/505/700, Kindle, Cybook Gen3, Words Gear | 
			
			My guess is that they're checking User-Agent header and/or Referer.
		 | 
|   | 
|  10-19-2006, 10:42 AM | #23 | |
| Member  Posts: 19 Karma: 29 Join Date: Sep 2006 Device: Palm TX | Quote: 
 I made some mistake in the pattern and rewrite rule for Reuters. This is the right one: Pattern rule: http://today\.reuters\.com(.*)type=(.*) Rewrite rule: http://today.reuters.com/misc/PrinterFriendlyPopup.aspx?type=$2 Bye Gaetano | |
|   | 
|  11-13-2006, 05:07 AM | #24 | 
| Member  Posts: 19 Karma: 29 Join Date: Sep 2006 Device: Palm TX | 
				
				Bloomberg's feeds
			 
			
			Hi all. Starting from the beginning of November, Bloomberg stopped its RSS feeds service. Now the articles can not be downloaded automatically via Sunrise. Hoping they change the situation. Regards. Gaetano | 
|   | 
|  12-07-2006, 08:19 PM | #25 | |
| Connoisseur  Posts: 52 Karma: 10 Join Date: Jan 2006 Location: Austin Device: nook HD, Palm T3, iPhone | 
				
				Still stuck on clickability for print view
			 Quote: 
 I've been able to figure out everything except how to get the urlID (eg. &urlID=20433337) which is probably embedded somewhere in the original source page. Alternatively, if the clickability issue cannot be solved, how can I move all of the banner stuff from the top of the page, before the article, to the bottom? When reading in Plucker on the palm, I have to scroll down several pages of links to other pages before I can actually read the article. Last edited by sangahm; 12-07-2006 at 08:22 PM. | |
|   | 
|  08-02-2007, 10:35 AM | #26 | |
| Member  Posts: 19 Karma: 29 Join Date: Sep 2006 Device: Palm TX | Quote: 
 Reuters' feed changed some time ago. Now I tried with this pattern rule http://www\.reuters\.com(.*)id(.*)\?feedType=RSS and this rewrite rule http://www.reuters.com/articlePrint?articleId=$2 But it doesn't work. Any hint ? Bye Gaetano | |
|   | 
|  08-02-2007, 01:17 PM | #27 | 
| Enthusiast    Posts: 35 Karma: 270 Join Date: Feb 2007 Device: Palm Z22 | 
			
			I only grab the "Oddly Enough" feed, but it still works using: http://today\.reuters\.com(.*)type=(.*) With the rewrite: http://today.reuters.com/misc/PrinterFriendlyPopup.aspx?type=$2 I can't imagine why they wouldn't switch all their feeds. | 
|   | 
|  08-03-2007, 09:20 AM | #28 | 
| Member  Posts: 19 Karma: 29 Join Date: Sep 2006 Device: Palm TX | 
			
			Are you sure ?  From the RSS page, it seems that also the "Oddly Enough" feed has changed with the new format. Anyway, I'm interested in the "normal" news feed like "Top News" or "Business". Regards Gaetano | 
|   | 
|  08-03-2007, 12:54 PM | #29 | 
| Enthusiast    Posts: 35 Karma: 270 Join Date: Feb 2007 Device: Palm Z22 | |
|   | 
|  08-03-2007, 03:15 PM | #30 | 
| Enthusiast    Posts: 35 Karma: 270 Join Date: Feb 2007 Device: Palm Z22 | 
			
			Well, I'm at a loss... Does the Top News category also follow this new format? Just as a quick test, I grabbed the Top News RSS using the previous mentioned setup and it downloads just fine. Maybe you have something else going on?
		 | 
|   | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| HP Starts Shipping iPad-Friendly Printer | kjk | Apple Devices | 7 | 06-29-2010 04:19 PM | 
| Kindle 2 as a printer | mowbray | Amazon Kindle | 10 | 02-21-2010 03:16 PM | 
| Error retrieving covers | danwdoo | Calibre | 1 | 04-05-2009 09:00 AM | 
| Sur Amazon, des versions électroniques plus chères que les versions papier | IreneDelse | Amazon Kindle | 8 | 08-29-2008 08:35 AM | 
| Retrieving Multiple News Sources in libprs500 | dsuden | Calibre | 2 | 04-29-2008 03:03 PM |