LordKBX
LordKBX
when the script try downloading the chapters it's use an invalid address Chapter N° | Tryed URL | Real URL ------------ | ------------- | ------------- 1 | /novel/7-killers/7k-chapter-1 | /novel/7-killers/7k-chapter-7...
all is in the title for myself a made a quick-fix in wuxiaworld2ebook.py, function button_press() line 40-41 ``` if name in i[0]: raw_info.append(i) ``` became ``` if name in i[0]:...
In accordance with the title given, i have problems when i try to connect the client part on a websocket service accepting only Tls1.3 For information the server part is...
Do you plan to ad https support ? More and more website switch on https only, it's may became a problem in the futur