We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc7ae85 + 064ebfc commit 927c99bCopy full SHA for 927c99b
1 file changed
scrapegraphai/graphs/smart_scraper_graph.py
@@ -55,6 +55,9 @@ def __init__(
55
super().__init__(prompt, config, source, schema)
56
57
self.input_key = "url" if source.startswith("http") else "local_dir"
58
+
59
+ # for detailed logging of the SmartScraper API set it to True
60
+ self.verbose = config.get("verbose", False)
61
62
def _create_graph(self) -> BaseGraph:
63
"""
0 commit comments