Skip to content
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

Custom spider argument support #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Custom spider argument support #14

wants to merge 2 commits into from

Conversation

sardok
Copy link

@sardok sardok commented Mar 31, 2016

This PR introduces similar behavior about custom spider arguments where arguments are embedded into the request under process.

The trick had to be done in set_spider_class_args is, creating a new class type based on original spider class to prevent arguments set in previous requests be persistent.
The arguments could also be set after object instantiation but that would break the behavior compatibility with scrapy.Spider where arguments are already available in __init__ method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant