Improvements to nook Study key retrieval, and addition of retrieval of nook keys via the internet.

This commit is contained in:
Apprentice Harper
2015-06-30 17:27:33 +01:00
committed by Apprentice Alf
parent e729ae8904
commit 9a8d5f74a6
33 changed files with 1433 additions and 150 deletions

View File

@@ -18,7 +18,7 @@ from calibre.utils.config import dynamic, config_dir, JSONConfig
from calibre_plugins.dedrm.__init__ import PLUGIN_NAME, PLUGIN_VERSION
from calibre_plugins.dedrm.utilities import (uStrCmp, DETAILED_MESSAGE, parseCustString)
from calibre_plugins.dedrm.ignoblekeygen import generate_key as generate_bandn_key
from calibre_plugins.dedrm.ignoblekeyfetch import fetch_key as generate_bandn_key
from calibre_plugins.dedrm.erdr2pml import getuser_key as generate_ereader_key
from calibre_plugins.dedrm.adobekey import adeptkeys as retrieve_adept_keys
from calibre_plugins.dedrm.kindlekey import kindlekeys as retrieve_kindle_keys