anilife update 2022.10.24(02.)

This commit is contained in:
2022-10-24 04:22:25 +09:00
parent 2ddda383c5
commit 3b2c92a0e3

View File

@@ -112,9 +112,7 @@ class LogicAniLife(LogicModuleBase):
default_route_socketio(P, self) default_route_socketio(P, self)
@staticmethod @staticmethod
def get_html( def get_html(url: str, referer: str = None, stream: bool = False, timeout: int = 5):
url: str, referer: str = None, stream: bool = False, timeout: int = 5
):
data = "" data = ""
try: try:
print("cloudflare protection bypass ==================") print("cloudflare protection bypass ==================")