shot-scraper
shot-scraper copied to clipboard
Need option to skip errors other than http error
Such as the error of
playwright._impl._api_types.Error: net::ERR_CERT_AUTHORITY_INVALID
Once the shot-scraper encounters such an error it won't skip and lead to system exit.
So a separate option other than http error skip should be implemented as well.