MakeYourLifeEasier/Wuxiaworld-2-eBook

Invisible chapters in content table

LordKBX opened this issue · 2 comments

in the content table the chapters names where inserted inside a title tag(not visible)
for correcting it I added a replace in the file getify.py line 202

chapter = str(chapter)
became
chapter = str(chapter).replace('title>', 'span>')

Thanks pointing it out!
In the next commit line 16 of getify.py will be changed to:
return soup.title.string

Was fixed a couple of months ago, but I forgot closing this issue