New Test Version Posted
2023-11-19
- adapter_storiesonlinenet: Update for chapter URL change. See #1013
- adapter_fanfictionnet: Only use data-original cover images.
Quote:
Originally Posted by JimmXinu
The code says it only loads the author page if there's a cover URL found and both skip_author_cover and include_images are true. Without an example, I assume either a bad image URL, or the site hiding the <img> tag with CSS.
|
Looking at this in more depth, it appears that ffnet no longer ever uses cover images that aren't defined with 'data-original' (ie, you can click and see a slightly larger version) and always sets src="/static/images/d_60_90.jpg" now.
So we're ignoring any cover image tag that doesn't have data-original.