Instapaper looks pretty cool with Calibre. Unfortunately, I am having trouble getting it to work from the command line.
Code:
C:\Program Files\Calibre2>"C:\Program Files\Calibre2\ebook-convert.exe" instapaper.recipe instapaper.epub --username my@username.com
InputFormatPlugin: Recipe Input running
Failed to compile downloaded recipe. Falling back to builtin one
Python function terminated unexpectedly
Failed to find builtin recipe: instapaper (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 103, in main
File "site.py", line 85, in run_entry_point
File "site-packages\calibre\ebooks\conversion\cli.py", line 250, in main
File "site-packages\calibre\ebooks\conversion\plumber.py", line 745, in run
File "site-packages\calibre\customize\conversion.py", line 211, in __call__
File "site-packages\calibre\web\feeds\input.py", line 79, in convert
ValueError: Failed to find builtin recipe: instapaper
C:\Program Files\Calibre2>
Using calibre 0.6.35, and the recipe works from the GUI. FWIW, using --list-recipes says the recipe is called instapaper.com, but instapaper.com.recipe doesn't seem to work either.
Help?