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 8b915e3 commit 698169fCopy full SHA for 698169f
1 file changed
README.md
@@ -114,7 +114,7 @@ graph_config = {
114
# Create the SmartScraperGraph instance
115
smart_scraper_graph = SmartScraperGraph(
116
prompt="List me all the quotes, authors and tags ",
117
- file_source="http://quotes.toscrape.com", # also accepts a string with the already downloaded HTML code as string format
+ source="http://quotes.toscrape.com", # also accepts a string with the already downloaded HTML code as string format
118
config=graph_config
119
)
120
0 commit comments