feat(encoding): update configuration to performance mode

This commit is contained in:
InfinityPacer
2024-11-27 13:52:17 +08:00
parent 916597047d
commit 2e7e74c803
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ class SiteParserBase(metaclass=ABCMeta):
f"{self._site_name} 检测到Cloudflare,请更新Cookie和UA")
return ""
return RequestUtils.get_decoded_html_content(res,
settings.ENCODING_DETECTION_COMPATIBLE_MODE,
settings.ENCODING_DETECTION_PERFORMANCE_MODE,
settings.ENCODING_DETECTION_MIN_CONFIDENCE)
return ""