-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change regex rule #371
base: master
Are you sure you want to change the base?
change regex rule #371
Conversation
Signed-off-by: Tatsuhiro Chiba <[email protected]>
d92beeb
to
6a41d45
Compare
@tatsuhirochiba We still need to update the exclude dirs in the code itself ? |
@nadgowdas Sorry, it is my mistake. I retried testing, and regex rule generated by It is not directly related to this PR, but we may require plugin reload feature (e.g. plugin_reload=True in |
@tatsuhirochiba Yes, we need to enable CRUD on exclude list. |
@sahilsuneja1 do you have any thoughts ^^ on this ? We need to implement that feature in the next release ? One way, I think - is to run |
Not fully clear, but @tatsuhirochiba has confirmed this PR is not required, fnmatch worked for him. |
@sahilsuneja1 @tatsuhirochiba sorry to piggyback on this issue, but, the real problem we want to solve is-- how to extend |
Hmm, exclude_dirs could be sent at runtime from crawler.conf. This would prevent any direct change in the code. Are you referring to changing exclude_dirs dynamically while the crawler is running, instead of restarting crawler? |
@tatsuhirochiba we should close this, right? |
This PR is for the issue #370 .
Signed-off-by: Tatsuhiro Chiba [email protected]