I saved livejournal posts to an instapaper folder, and now I'm trying to download the folder to Calibre. However, when I use the instapaper recipe (adding the code for the folder and multiple pages), the resulting ebook is missing text as some of the articles have livejournal notices in place of the actual post. So I wanted to download the text-only versions from instpaper, but when I use def print_version(self, url):
return 'http://www.instapaper.com' + url
I get none of the content. If anyone can tell what I'm doing wrong I would appreciate it. I have next to no experience with Python, so assume I know nothing and speak in very simple terms.