mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
Add the url content
This commit is contained in:
parent
dc8ae596c3
commit
5032adf44b
2 changed files with 9 additions and 6 deletions
|
@ -69,8 +69,8 @@ class Commands:
|
|||
self.scraper = Scraper(print_error=self.io.tool_error)
|
||||
|
||||
content = self.scraper.scrape(url) or ""
|
||||
if content:
|
||||
self.io.tool_output(content)
|
||||
# if content:
|
||||
# self.io.tool_output(content)
|
||||
|
||||
instructions = self.scraper.get_playwright_instructions()
|
||||
if instructions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue