kindle manager

This commit is contained in:
gavin
2020-06-30 08:31:21 +08:00
parent 069e12dc4a
commit 2d53124ab9
10 changed files with 17136 additions and 42 deletions

View File

@@ -327,6 +327,8 @@ class bookInfoSpide():
if __name__ == '__main__':
"""
# XXX move to unitest.kman.py
spide = bookInfoSpide()
for bkname in testbooks:
@@ -339,4 +341,6 @@ if __name__ == '__main__':
logger.debug('================ {} ================'.format(bkname))
logger.debug(json.dumps(bkinfo,indent=2, ensure_ascii=False))
logger.debug(json.dumps(filter_bkinfo,indent=2, ensure_ascii=False))
"""
pass