I agree with davide125 - they are not identical as confirmed by a diff. I took the one that had a block to log in and it does not work. I'd like to use this for full access if possible. This is the error I get. Can anyone familar with these recipes provide a working one?
1% Converting input to HTML...
InputFormatPlugin: Recipe Input running
Traceback (most recent call last):
File "/usr/bin/ebook-convert", line 19, in <module>
sys.exit(main())
File "/usr/lib/calibre/calibre/ebooks/conversion/cli.py", line 254, in main
plumber.run()
File "/usr/lib/calibre/calibre/ebooks/conversion/plumber.py", line 815, in run
accelerators, tdir)
File "/usr/lib/calibre/calibre/customize/conversion.py", line 211, in __call__
log, accelerators)
File "/usr/lib/calibre/calibre/web/feeds/input.py", line 67, in convert
recipe = compile_recipe(self.recipe_source)
File "/usr/lib/calibre/calibre/web/feeds/recipes/__init__.py", line 47, in compile_recipe
module = imp.load_module(os.path.splitext(os.path.basename( temp))[0], *module)
File "/tmp/calibre_0.7.7_oIPUOz_recipes/recipe0.py", line 13, in <module>
from collections import OrderedDict
ImportError: cannot import name OrderedDict
Traceback (most recent call last):
File "/usr/bin/calibre-smtp", line 19, in <module>
sys.exit(main())
File "/usr/lib/calibre/calibre/utils/smtp.py", line 192, in main
attachment=opts.attachment)
File "/usr/lib/calibre/calibre/utils/smtp.py", line 175, in compose_mail
else open(attachment, 'rb').read()
IOError: [Errno 2] No such file or directory: u'economist.mobi'
rm: cannot remove `economist.mobi': No such file or directory
|