|
calibre-debug -c "from calibre.ebooks.metadata.amazon import main; main('isbn', 'key');"
replace isbn and key with your ISBN and key
If you want to make changes to the code, get the file from launchpad make your changes and run
calibre-debug -u calibre.ebooks.metadata.amazon /path/to/new/amazon.py
|