dipu-bd / lightnovel-crawler

Generate and download e-books from online sources.
https://pypi.org/project/lightnovel-crawler/
GNU General Public License v3.0
1.47k stars 291 forks source link

Fix this bug: Change parameters for worldnovel.online #924

Closed johnveyron closed 3 years ago

johnveyron commented 3 years ago

Hello devs, @yudilee , @dipu-bd , You seem to have taken the parameters of the web page incorrectly: https://www.worldnovel.online/. Novel link for checking: https://www.worldnovel.online/novel/my-disciples-are-all-villains/

<div class="cha-content " data-report-l1="3"> <div class="cha-words">

The parameters above incorrectly captures the hidden chapter contents (in English).

What should be Crawled is the contents in Indonesian (below).

<div id='soop' class="post-content text-cloud font-sizer-sync">

this should be easy to fix quickly, hope it helps...

Just remove codes: .cha-content and .cha-words from download_chapter_body parameter. Suggestion: you should also be able to remove the footnote www.worldnovel.online

OS: bot and termux.

johnveyron commented 3 years ago

No response, just closed.