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.
1 parent 674e642 commit 3eacc6fCopy full SHA for 3eacc6f
scrapegraphai/graphs/json_scraper_graph.py
@@ -30,7 +30,7 @@ def _create_graph(self):
30
Creates the graph of nodes representing the workflow for web scraping.
31
"""
32
fetch_node = FetchNode(
33
- input="url | local_dir",
+ input="json | json_dir",
34
output=["doc"],
35
)
36
parse_node = ParseNode(
scrapegraphai/graphs/xml_scraper_graph.py
+ input="xml | xml_dir",
0 commit comments