Add the url content

This commit is contained in:
Paul Gauthier 2024-05-22 21:25:34 -07:00
parent dc8ae596c3
commit 5032adf44b
2 changed files with 9 additions and 6 deletions

View file

@ -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: