View Single Post
Old 02-01-2022, 10:21 AM   #6883
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2022-02-01
- ReadOnlyMindAdapter: Add series_tags feature to populate series metadata (#803) - Thanks Nothorse
- Add use_flaresolverr_proxy:withimages option for FlareSolverr v1 users.

use_flaresolverr_proxy:true assumes a version of FS which can't do images and sets include_images:false.

I removed the internal FSv2 check in favor of an explicit use_flaresolverr_proxy:withimages setting to control passing the 'download' parameter to FS and needed base64 decoding of the response.

FSv1 users can use use_flaresolverr_proxy:withimages, or if later versions of FS someday start including it again.

FSv1 doesn't work with ffnet, which is why I assumed everyone was on FSv2.

defaults.ini now says:
Spoiler:
Code:
## FlareSolverr (https://github.com/FlareSolverr/FlareSolverr) is a
## generic proxy that works with several otherwise blocked sites.
## It's recommended to only set use_flaresolverr_proxy:true for
## specific sites.
## FlareSolverr v1 doesn't work with some sites anymore (including
## ffnet), but FlareSolverr v2+ cannot download images.
## use_flaresolverr_proxy:true assumes FSv2 and automatically sets
## include_images:false
## If you want to use FSv1 with images, you can set
## use_flaresolverr_proxy:withimages

#[www.fanfiction.net]
#use_flaresolverr_proxy:true
## option settings, these are the defaults:
#flaresolverr_proxy_address:localhost
#flaresolverr_proxy_port:8191
#flaresolverr_proxy_protocol:http
JimmXinu is offline   Reply With Quote