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.43k stars 279 forks source link

Fix this source https://www.wuxiaworld.com/ login not working #2244

Closed ARX-7 closed 6 months ago

ARX-7 commented 7 months ago

All current issues on login to Wuxiaworld are for using the bearer token to log in

Novel URL: https://www.wuxiaworld.com/novel/absolute-resonance App Location: PIP App Version: 3.4.0

Describe this issue

when i log into the site using my account either through --login or providing my account credentials the selenium window isn't logged in and will be limited to the public chapters.

it will also continue to download locked chapters, from reading other comments i thought the expected behavior in this case would be to finish the scraping at that point.

ARX-7 commented 7 months ago

the version of wuxiacom.py that is being grabbed from raw.githubusercontent.com/dipu-bd/lightnovel-crawler/... doesnt contain the login script found in main, copying across the code directly does work.

crawler does continue on locked chapters, would expect the behavior to be stopping at the last non locked chapter and not saving the scrape of any locked chapters

alzamer2 commented 7 months ago

can you upload wuxiacom.py in your device?