[common] Add optional Byparr challenge solver#9247
[common] Add optional Byparr challenge solver#9247Dragonatorul wants to merge 8018 commits intomikf:masterfrom
Conversation
Dragonatorul
commented
Mar 15, 2026
- add extractor-level byparr config parsing and challenge retry support
- import solved cookies and user-agent into the active session
- document the config option and add unit coverage
'offset' is limited to 10_000 'max_id' is hopefully not
" Tsumino - The End We're shutting Tsumino down. "
use 'dt' functions directly
keep support for both names, e.g. file-filter & image-filter, while prioritizing the new names
instead of doubled option titles
allows checking the downloaded file and marking the download as failed
before it is added to an archive and processed as successful download
"postprocessors": {
"name" : "exec@file",
"command": "check.sh {}",
"error" : "flag download skip"
}
fixes regression introduced in 7a98a93
instead of implicitly closing them and having to establish a new connection for the next request
allows using '"name": "hash/<hashes>"'
--cache-clear --cache-file --cache-show --cache-vacuum
- add extractor-level byparr config parsing and challenge retry support - import solved cookies and user-agent into the active session - document the config option and add unit coverage
|
Is there any benefit in using Byparr over FlareSolverr? I can only see it missing several features that FlareSolverr provides plus its dev uses AI for writing code. |
No reason in particular. It was one of the top DDG search results and I tested this locally and it worked pretty well and was really fast to setup. As for the use of AI for writing code, I also use AI code assistants. The key word being "assistants". I do the thinking and double check the results, but use AI when it's useful. Like analyzing HTML page source, generating regex to extract components, then iterating until it works, or creating boilerplate code like for a new site extractor and tests. Is there a policy when it comes to AI related work? If so I recommend it be posted clearly for future reference, maybe in a CONTRIBUTING.md or similar. |