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
Hi, I noticed that spider does not follow meta refresh redirects (without the chrome feature, at least). I also don't see an easy way to enable this behavior.
An example of what I mean, from view-source:https://docs.saltproject.io/:
However, page is an immutable &Page in the callback, so I cannot modify it in the callback.
There also doesn't seem to be anyway to get a reference to website.queue(...) inside the callback. The type signature of the callback restricts it to being either an fn or a closure which does not capture its environment.
Hi, I noticed that
spider
does not follow meta refresh redirects (without thechrome
feature, at least). I also don't see an easy way to enable this behavior.An example of what I mean, from
view-source:https://docs.saltproject.io/
:The text was updated successfully, but these errors were encountered: