Topaz fix and updated FAQ reference to point to github

This commit is contained in:
Apprentice Harper
2016-09-29 07:00:11 +01:00
parent 1c3a12425e
commit 5d75018719
16 changed files with 36 additions and 28 deletions

View File

@@ -352,7 +352,7 @@ class TopazBook:
break
if not bookKey:
raise DrmException(u"No key found in {0:d} keys tried. Read the FAQs at Alf's blog: http://apprenticealf.wordpress.com/".format(len(pidlst)))
raise DrmException(u"No key found in {0:d} keys tried. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md".format(len(pidlst)))
self.setBookKey(bookKey)
self.createBookDirectory()