You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing ideas and did not find a similar one
I added a very descriptive title
I've clearly described the feature request and motivation for it
Feature request
RecursiveUrlLoader presently doesn't provide any endpoint through which we can get to know what all urls it has visited.
It already has the variable name in the class which keeps track of it. It would be better a method would help us access all the link that it has visited.
Motivation
Few Pages get missed and it would be easier to track that if we know what all pages we have visited
Proposal (If applicable)
Just a new method which returns the existing variable "visited_url". It is already keeping track of it but not sharing with user.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Checked
Feature request
RecursiveUrlLoader presently doesn't provide any endpoint through which we can get to know what all urls it has visited.
It already has the variable name in the class which keeps track of it. It would be better a method would help us access all the link that it has visited.
Motivation
Few Pages get missed and it would be easier to track that if we know what all pages we have visited
Proposal (If applicable)
Just a new method which returns the existing variable "visited_url". It is already keeping track of it but not sharing with user.
Beta Was this translation helpful? Give feedback.
All reactions