-
Notifications
You must be signed in to change notification settings - Fork 174
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
Parser kwargs no accepted #128
Comments
ZhiyuanChen
added a commit
to ZhiyuanChen/icrawler
that referenced
this issue
Jul 29, 2024
Signed-off-by: Zhiyuan Chen <this@zyc.ai>
Please let me know if 4273064 can fix your issue |
ZhiyuanChen
added a commit
that referenced
this issue
Jul 29, 2024
Signed-off-by: Zhiyuan Chen <this@zyc.ai>
ZhiyuanChen
added a commit
that referenced
this issue
Jul 29, 2024
Signed-off-by: Zhiyuan Chen <this@zyc.ai>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Crawler class takes a classname for the parser class, and a dict of parser_args to instantiate the parser:
Yet the parser class doens't accept any kwargs. It's constructor is:
Why is this the case? It causes problems when passing extra kwargs. For example
The text was updated successfully, but these errors were encountered: