Fetch links default behaviour #351
Vitalium
started this conversation in
Feature Request
Replies: 1 comment
-
Sounds good. Yup, I'll add this to my todo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my project I need to always fetch all links. I reviewed source code and noticed that fetch_link is set to False in kwargs everywhere. Of course, I can subclass Document and change signatures of all functions by changing fetch_link to True. But maybe it will be useful to set default action (True or False) somewhere is global settings/options?
Beta Was this translation helpful? Give feedback.
All reactions