Stop running between pages & initiate new cookies session? #957
Unanswered
brandon-scott-pritchard
asked this question in
Q&A
Replies: 1 comment
-
Actually, thinking about it, I might put an input command in the cookies field & every time it pulls cookies for a new page, it requests & stores cookies from the terminal. If there's already a built in way to do it, though.... Probably be better. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to pause the program & input new cookies between scraping each page? Seems to me that even with time.sleep(), around the 24 hour mark, the cookie session expires; if I could manually load in a new set of cookies between each page, it might help ensure the program is able to pull all of the pages I want it to.
Beta Was this translation helpful? Give feedback.
All reactions