support FlareSolverr parameters and forward session to RequestsBackend - #2841
Open
cornyburrito wants to merge 2 commits into
Open
support FlareSolverr parameters and forward session to RequestsBackend#2841cornyburrito wants to merge 2 commits into
cornyburrito wants to merge 2 commits into
Conversation
- Accept 'flaresolverrParameters' for FlareSolverr‑specific payload (e.g., cookies). - Pass session into RequestsBackend for custom session handling.
This was referenced Aug 22, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Accept 'flaresolverrParameters' for FlareSolverr‑specific payload (e.g., cookies).
Needed a way to pass cookies to FlareSolverr
Pass session into RequestsBackend for custom session handling.
This is to be able to inject LimiterSession from requests_ratelimiter package
Fixed parameter passing with the name based instantiation
I also removed the expiry handling code because the cookie expiry time seems to be set 1 year in the future and this code didn't do much because of that.
I tested the code with Babepedia and avbase-python scrapers. I'll create PRs for updated JAVLibrary_python and fc2ppvdb that take advantage of these changes.