mirror of
https://github.com/simon987/hexlib.git
synced 2025-12-12 14:28:52 +00:00
@@ -192,4 +192,4 @@ class Web:
|
||||
r = self.get(url, **kwargs)
|
||||
if not r:
|
||||
return None
|
||||
return BeautifulSoup(r.content.decode("utf-8"), "html.parser")
|
||||
return BeautifulSoup(r.content, "html.parser")
|
||||
|
||||
Reference in New Issue
Block a user