Skip to content

Commit

Permalink
Response.soup default engine is now html.parser
Browse files Browse the repository at this point in the history
Fix #952
  • Loading branch information
Yomguithereal committed Apr 15, 2024
1 parent 0d6db9a commit b646220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minet/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ def json(self):

def soup(
self,
engine: str = "lxml",
engine: str = "html.parser",
ignore_xhtml_warning=False,
strainer: Optional[SoupStrainer] = None,
) -> WonderfulSoup:
Expand Down

0 comments on commit b646220

Please sign in to comment.