Well... I was trying to save the following story, and it breaks... *sigh*... the story is
https://www.literotica.com/s/side-bet-bluff-ch-01since the ratings for that story is x.xx, it breaks on line 202 in the adapter... I added the following lines, but it is a stopgap for this file... I'm not sure if there are any other ratings that are not numbers...
if numrating == "x.xx":
numrating = 0
I added them at lines 204, just before it calls the float()... it worked, but I'm sure there is a better solution (probably) Probably a check for numeric, but I didn't want to add a whole function to the class, and it could probably be put in one of the base codes to be used by all following adapters.
GComyn