mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
fix conflicts
This commit is contained in:
commit
0312f4f728
17 changed files with 382 additions and 199 deletions
|
|
@ -41,7 +41,7 @@ class WebPage(BaseModel):
|
|||
|
||||
def get_slim_soup(self, keep_links: bool = False):
|
||||
soup = _get_soup(self.html)
|
||||
keep_attrs = ["class"]
|
||||
keep_attrs = ["class", "id"]
|
||||
if keep_links:
|
||||
keep_attrs.append("href")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue