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
we have a need to get a variable once and reuse it throughout the config. There are a few options:
we just store the last value out of every scraper. This is reasonable since we have no way to distinguish individual requests outside of the parse step anyways.
we have a need to get a variable once and reuse it throughout the config. There are a few options:
we just store the last value out of every scraper. This is reasonable since we have no way to distinguish individual requests outside of the parse step anyways.
or we can explicitly set variables. This feels less declarative so I am less inclined to use it
The text was updated successfully, but these errors were encountered: