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
Stop declaring requests directly and fix the sources that used it
The scraper already brings requests[socks] in, so lncrawl declaring it too pinned a
version it does not own. The browser middleware now uses starlette's own mutable
headers, and the four sources that reached past the scraper go through it: chireads
and wtrlab work as before, fenrirscan keeps returning nothing rather than raising,
and totallytranslations no longer replaces its session with one that has no scraper
methods.
Base URLs are deduplicated in declared order with https first, instead of through a
set. base_url[0] is home_url and the scraper's origin, so which address that was
changed between runs of identical code, and three sources defaulted to plaintext http.
0 commit comments