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
{{ message }}
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
En la función pages_from no se consigue iterar ninguna página. La primera llamada a requests.get(url) devuelve un request con status_code 403.
El contenido de la página que devuelve get contiene este body:
<body><divclass="main-wrapper" role="main"><divclass="main-content"><noscript><divclass="h2"><spanid="challenge-error-text">Enable JavaScript and cookies to continue</span></div></noscript></div></div>
En la función
pages_fromno se consigue iterar ninguna página. La primera llamada arequests.get(url)devuelve un request constatus_code403.El contenido de la página que devuelve
getcontiene este body: