View Single Post
Old 06-17-2021, 12:40 AM   #3
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 448
Karma: 3000000
Join Date: Nov 2020
Device: none
I forget to mention I also run the following code before calling "extract_text()"

Code:
 with open(book_path, 'r+b') as f:
    mu = MetadataUpdater(f)
    mu.update(mi, asin="BBJH94AM2L")
xxyzz is offline   Reply With Quote