exclude dirs in async recursive loading (#11077)

pull/11079/head
Bagatur 11 months ago committed by GitHub
parent 21199cc7b4
commit 7ee8b2d1bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save