05-20-2022, 11:19 AM
|
#7154
|
Plugin Developer
Posts: 6,999
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
Originally Posted by sandmanwake
Webnovel's giving errors again:
|
Also reported here #843.
What said there applies:
Quote:
Instead of giving the chapter list in clear text JSON, the site is now giving some long base64 in a JSON packet that looks like this:
Code:
{
"code":0,
"data":{
"content":"R2HNZ.....BNBEJPvc1lBS6rSUxYcQ==",
"encryptKeyPool":"ujh.....BM4Xf6hC/l3x6u6/tw==",
"encryptType":1,
"encryptVersion":1652956258
},
"msg":"Success"
}
...except encryptKeyPool is ~80 chars long and content is 200k long.
The names suggest there's now some encryption going on. Presumably there's code in the browser or javascript loaded by the page that decrypts it.
This may or may not be fixable in FFF, depending on what's going on. I'm not going to be very interested in supporting it in FFF if it ends up requiring a bunch of crypto libraries.
|
|
|
|