View Single Post
Old 03-29-2010, 02:43 PM   #1682
gambarini
Connoisseur
gambarini began at the beginning.
 
Posts: 98
Karma: 22
Join Date: Mar 2010
Device: IRiver Story, Ipod Touch, Android SmartPhone
Quote:
Originally Posted by kiklop74 View Post
You are complicating too much. Calibre already extracts appropriate link from the feed (feedburner:Origlink). You just need to add the part for printing which is 'print/'. So the correct code would be:

Code:
def print_version(self, url):
     return url + 'print/'
thanks...!

any ideas for this feed?
http://www.electronista.com/rss/electronista.rss

there is a "print" version for every article, but i am not able to determine the "print" link from the article link.

example:
link article
"http://www.electronista.com/articles/10/03/26/geforce.gtx.480.and.470.finally.official/"

print version
"http://www.electronista.com/print/73919"

i am not able to argue the id (in this case 73919)
gambarini is offline