Skip to content Skip to sidebar Skip to footer

Mechanicalsoup Is Not Redirecting To Where It Should Redirect To

I am trying to make a webscraping bot that logs into https://adelbert.magister.net/ so that I can scrap data in the website after logging in. My code: import mechanicalsoup browser

Solution 1:

The redirect is done using JavaScript. MechanicalSoup won't help with JavaScript (see MechanicalSoup's FAQ).


Post a Comment for "Mechanicalsoup Is Not Redirecting To Where It Should Redirect To"