mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-25 13:07:58 +00:00
exclude dirs in async recursive loading (#11077)
This commit is contained in:
@@ -233,6 +233,7 @@ class RecursiveUrlLoader(BaseLoader):
|
||||
base_url=self.url,
|
||||
pattern=self.link_regex,
|
||||
prevent_outside=self.prevent_outside,
|
||||
exclude_prefixes=self.exclude_dirs,
|
||||
)
|
||||
|
||||
# Recursively call the function to get the children of the children
|
||||
|
Reference in New Issue
Block a user