Add web page

This commit is contained in:
Paul Gauthier 2024-04-27 15:28:08 -07:00
parent 6e5e195ea8
commit dcb6100ce9
3 changed files with 53 additions and 19 deletions

View file

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