Login to https://www.wuxiaworld.com #1360
Replies: 8 comments 15 replies
-
Thank you for providing the login feature to wuxiaworld, I can login and download the chapters that have been unlocked first. btw, I need to inform that I am successfully logged in on Termux, pyDroid3 and Google Colab too, either manually(by entering username&password) or with the --login Bearer xxxxxx --suppress command. |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
Beta Was this translation helpful? Give feedback.
-
hi
cant we use it so we can login with browser in lightnovel-crawler? |
Beta Was this translation helpful? Give feedback.
-
hi @dipu-bd ,@ShakeBake ps1: not sure why but wait timeout is not functioning as it should be, that why it take long time at locked chapter ps2: is there a way to pass extra arg to sources so it can support extra functions, like auto-unlock chapters for example ps3: fixed champion tab problem |
Beta Was this translation helpful? Give feedback.
-
lightnovel-crawler was updated and now support login using username and Bearer even while using Browser |
Beta Was this translation helpful? Give feedback.
-
This also works on MTLNation.com only you need to search for 'me' and its not 'Bearer' as username but 'JWT' |
Beta Was this translation helpful? Give feedback.
-
``so here the thing
and no the chapter is still locked and need karma to unloack |
Beta Was this translation helpful? Give feedback.
-
You can login to WuxiaWorld now using the Bearer token. However it will be bit tricky to obtain the token for the beginners. I will describe the entire process here.
Step 1
Login to wuxiaworld using your browser (chrome is used for this example).
Step 2
Go to your profile page: https://www.wuxiaworld.com/manage/profile/
Step 3
Now open the "Developer Tools".
Step 4
Go to "Network" tab.
Step 5
Refresh the page
Step 6
Search for "GetMyUser" on "Network" tab filter option.
Step 7
Copy the value of the "authorization" header from the "Request Headers" section.
Step 8
Now you can access locked contents accessible to your wuxiaworld account using this oken. Open the lightnovel crawler application in your terminal and pass the token to the
--login
option. Here, "Bearer" is treated as user/email and the token following it is treated as password to the login option.Beta Was this translation helpful? Give feedback.
All reactions