Closed gigihubb closed 4 months ago
I'm afraid not, but I will try to add this feature soon.😊
I'm afraid not, but I will try to add this feature soon.😊
Great, thank you!
Hi, I've added experimental support for .com.tw and tested with some of my books.
There are a few incompletely tested things:
Anyway please try it out and your feedback will be appreciated!
Hello, Bookwalker TW needs UTF-8 encoding to download books in Chinese name otherwise it will occurs an encode error. I added an encoding command to solve the problem , located at \bookphucker\tw.py line 127-129
meta_path.write_text(json.dumps(
{"title": title, "authors": authors},
ensure_ascii=False, indent=2), encoding = "utf-8")
Download some recently published books successfully. Thank you so much.
Hello, Bookwalker TW needs UTF-8 encoding to download books in Chinese name otherwise it will occurs an encode error. I added an encoding command to solve the problem , located at \bookphucker\tw.py line 127-129
meta_path.write_text(json.dumps( {"title": title, "authors": authors}, ensure_ascii=False, indent=2), encoding = "utf-8")
Download some recently published books successfully. Thank you so much.
Ah yes, thank you! I didn't test it on Windows and all of my systems use UTF-8 by default so this bug escaped my eyes. I will fix it later.
Can I use it for Bookwalker.com.tw?
Thank you.