mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
fix site parser
This commit is contained in:
+1
-1
@@ -468,7 +468,7 @@ class RequestUtils:
|
||||
return fallback_encoding or "utf-8"
|
||||
|
||||
@staticmethod
|
||||
def get_decoded_html_content(response: Response,
|
||||
def get_decoded_html_content(response: Union[Response, AutoCloseResponse],
|
||||
performance_mode: bool = False, confidence_threshold: float = 0.8) -> str:
|
||||
"""
|
||||
获取HTML响应的解码文本内容
|
||||
|
||||
Reference in New Issue
Block a user