mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
Add web page
This commit is contained in:
parent
6e5e195ea8
commit
dcb6100ce9
3 changed files with 53 additions and 19 deletions
|
@ -42,7 +42,9 @@ class Commands:
|
|||
if content:
|
||||
self.io.tool_output(content)
|
||||
|
||||
self.scraper.show_playwright_instructions()
|
||||
instructions = self.scraper.get_playwright_instructions()
|
||||
if instructions:
|
||||
self.io.tool_error(instructions)
|
||||
|
||||
content = f"{url}:\n\n" + content
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue