Quote:
Originally Posted by kiklop74
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)